Skip to content

Commit 4229d0b

Browse files
Merge pull request #786 from sathvikbhagavan/patch-1
build: remove `>=` for Optim compat.
2 parents c9c0781 + 6a276da commit 4229d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Lux = "0.4, 0.5"
6363
MCMCChains = "6"
6464
ModelingToolkit = "8"
6565
MonteCarloMeasurements = "1"
66-
Optim = ">= 1.7.8"
66+
Optim = "1.7.8"
6767
Optimisers = "0.2, 0.3"
6868
Optimization = "3"
6969
QuasiMonteCarlo = "0.3.2"

0 commit comments

Comments
 (0)