Skip to content

Commit 998aee5

Browse files
authored
Merge pull request #256 from MilesCranmer/hotfix-optim
Hotfix for breaking change in Optim.jl
2 parents df168be + 8a38aeb commit 998aee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SymbolicRegression"
22
uuid = "8254be44-1295-4e6a-a16d-46603ac705cb"
33
authors = ["MilesCranmer <[email protected]>"]
4-
version = "0.22.2"
4+
version = "0.22.3"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -43,7 +43,7 @@ LineSearches = "7"
4343
LossFunctions = "0.10, 0.11"
4444
MLJModelInterface = "1.5, 1.6, 1.7, 1.8"
4545
MacroTools = "0.4, 0.5"
46-
Optim = "0.19, 1.1"
46+
Optim = "0.19, 1.1 - 1.7.6"
4747
PackageExtensionCompat = "1"
4848
Pkg = "1"
4949
PrecompileTools = "1"

0 commit comments

Comments
 (0)