mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-05 23:38:52 -06:00
Update dependencies; switch to Documenter.jl
This commit is contained in:
30
Project.toml
30
Project.toml
@@ -1,7 +1,7 @@
|
||||
name = "RELOG"
|
||||
uuid = "a2afcdf7-cf04-4913-85f9-c0d81ddf2008"
|
||||
authors = ["Alinson S Xavier <axavier@anl.gov>"]
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
|
||||
[deps]
|
||||
CRC = "44b605c4-b955-5f2b-9b6d-d2bd01d3d205"
|
||||
@@ -19,7 +19,6 @@ 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"
|
||||
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
|
||||
@@ -29,20 +28,19 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
|
||||
|
||||
[compat]
|
||||
CRC = "4"
|
||||
CSV = "0.7"
|
||||
Cbc = "0.6"
|
||||
Clp = "0.8"
|
||||
DataFrames = "0.21"
|
||||
DataStructures = "0.17"
|
||||
CSV = "0.10"
|
||||
Cbc = "1"
|
||||
Clp = "1"
|
||||
DataFrames = "1"
|
||||
DataStructures = "0.18"
|
||||
GZip = "0.5"
|
||||
Geodesy = "0.5"
|
||||
Geodesy = "1"
|
||||
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"
|
||||
JSONSchema = "1"
|
||||
JuMP = "1"
|
||||
MathOptInterface = "1"
|
||||
OrderedCollections = "1"
|
||||
ProgressBars = "1"
|
||||
Shapefile = "0.8"
|
||||
ZipFile = "0.10"
|
||||
julia = "1"
|
||||
|
||||
Reference in New Issue
Block a user