mirror of https://github.com/ANL-CEEESA/RELOG.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
46 lines
1.5 KiB
name = "RELOG"
|
|
uuid = "a2afcdf7-cf04-4913-85f9-c0d81ddf2008"
|
|
authors = ["Alinson S Xavier <axavier@anl.gov>"]
|
|
version = "0.5.1"
|
|
|
|
[deps]
|
|
CRC = "44b605c4-b955-5f2b-9b6d-d2bd01d3d205"
|
|
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
|
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
|
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
|
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
|
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
|
|
Geodesy = "0ef565a4-170c-5f04-8de2-149903a85f3d"
|
|
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
|
|
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
|
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
|
|
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
|
|
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
|
|
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
|
|
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
|
|
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
|
|
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
StochasticPrograms = "8b8459f2-c380-502b-8633-9aed2d6c2b35"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
|
|
|
|
[compat]
|
|
CRC = "4"
|
|
CSV = "0.7"
|
|
GZip = "0.5"
|
|
Geodesy = "0.5"
|
|
JSON = "0.21"
|
|
JSONSchema = "0.3"
|
|
JuMP = "0.21"
|
|
MathOptInterface = "0.9"
|
|
OrderedCollections = "1.4"
|
|
PackageCompiler = "1"
|
|
ProgressBars = "0.6"
|
|
Shapefile = "0.7"
|
|
ZipFile = "0.9"
|
|
julia = "1"
|