Skip to content

Commit c30d6b7

Browse files
author
Maximilian Reißmann
committed
redef. compat for reg
1 parent fd9afff commit c30d6b7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3939

4040
[compat]
4141
BenchmarkTools = "1"
42-
CSV = "0.10 - 0"
42+
CSV = "0"
4343
ChainRulesCore = "1"
4444
DataFrames = "1"
4545
Dates = "1"
46-
Distributions = "0.25 - 0"
46+
Distributions = "0"
4747
DynamicExpressions = "1"
4848
FileIO = "1"
49-
Flux = "0.14 - 0"
50-
ForwardDiff = "0.10 - 0"
51-
GZip = "0.6 - 0"
52-
JSON = "0.21 - 0"
49+
Flux = "0"
50+
ForwardDiff = "0"
51+
GZip = "0"
52+
JSON = "0"
5353
LRUCache = "1"
5454
LineSearches = "7"
5555
LinearAlgebra = "1"
5656
Logging = "1"
57-
LoopVectorization = "0.12 - 0"
58-
NearestNeighbors = "0.4 - 0"
57+
LoopVectorization = "0"
58+
NearestNeighbors = "0"
5959
Optim = "1"
6060
OrderedCollections = "1"
6161
PrecompileTools = "1"
@@ -65,7 +65,7 @@ ProgressMeter = "1"
6565
Serialization = "1"
6666
StaticArrays = "1"
6767
Statistics = "1"
68-
StatsBase = "0.34 - 0"
68+
StatsBase = "0"
6969
Tensors = "1"
7070
Test = "1"
7171
Zygote = "0.6"

0 commit comments

Comments
 (0)