Skip to content

Commit 502407b

Browse files
committed
restricted range of imported package versions
1 parent b4f3661 commit 502407b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2222
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
2323

2424
[compat]
25-
BenchmarkTools = ">= 0.5"
26-
CSV = ">= 0.10"
25+
BenchmarkTools = "0.5 - 1.5"
26+
CSV = "0.10"
2727
DataFrames = "0.21, 0.22"
28-
DataStructures = ">= 0.18"
29-
Distributions = ">= 0.23"
30-
Documenter = ">= 0.25"
31-
DocumenterLaTeX = ">= 0.2"
32-
GZip = ">= 0.5"
33-
ProgressMeter = ">= 1.3"
34-
PyCall = ">= 1.91"
35-
julia = ">= 1.7"
28+
DataStructures = "0.18"
29+
Distributions = "0.23 - 0.25"
30+
Documenter = "0.25 - 0.27"
31+
DocumenterLaTeX = "0.2"
32+
GZip = "0.5"
33+
ProgressMeter = "1.3 - 1.7"
34+
PyCall = "1.91 - 1.95"
35+
julia = "1.7 - 1.9"
3636

3737
[extras]
3838
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

0 commit comments

Comments
 (0)