Skip to content

Commit

Permalink
requirements: Use exclusive upper bound for optuna (#2661)
Browse files Browse the repository at this point in the history
Optuna uses patch versions to release bugfixes[0],
set the cap for the next minor version.

[0] https://github.com/optuna/optuna/releases

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
  • Loading branch information
jvesely authored May 3, 2023
1 parent 9eb9f3a commit 1827931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matplotlib<3.7.2
modeci_mdf<0.5, >=0.3.4; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
networkx<3.2
numpy<1.22.5, >=1.19.0
optuna<=3.1.0
optuna<3.2.0
pandas<2.0.2
pillow<9.6.0
pint<0.21.0
Expand Down

0 comments on commit 1827931

Please sign in to comment.