Skip to content

Commit e826edd

Browse files
authored
Add CompatBounds and increase patch number (#26)
1 parent cc8c3da commit e826edd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiskArrayEngine"
22
uuid = "2d4b2e14-ccd6-4284-b8b0-2378ace7c126"
33
authors = ["Fabian Gans <fgans@bgc-jena.mpg.de> and contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
@@ -26,16 +26,18 @@ Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
2626
[compat]
2727
Dagger = "0.18"
2828
DiskArrays = "0.3"
29-
Interpolations = "0.14"
29+
Graphs = "1"
30+
Interpolations = "0.14, 0.15"
3031
Ipopt = "1"
3132
OffsetArrays = "1"
3233
OnlineStats = "1"
3334
Optimization = "3"
3435
OptimizationMOI = "0.1"
35-
OptimizationOptimJL = "0.1"
36+
OptimizationOptimJL = "0.1, 0.2"
3637
OrderedCollections = "1"
3738
Primes = "0.5"
3839
ProgressMeter = "1"
40+
Statistics = "1"
3941
StatsBase = "0.34"
4042
Zarr = "0.9"
4143
julia = "1"

0 commit comments

Comments
 (0)