File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22from typing import Final
33
44#: the version string of `moptipy`
5- __version__ : Final [str ] = "0.9.175 "
5+ __version__ : Final [str ] = "0.9.176 "
Original file line number Diff line number Diff line change 88#
99
1010# We use the unified build process offered by pycommons.
11- pycommons [dev ] == 0.8.95
11+ pycommons [dev ] == 0.8.96
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ psutil == 7.2.2
4040
4141# pycommons offers many of the tools and utilities used in moptipy that are
4242# not related to optimization.
43- pycommons == 0.8.95
43+ pycommons == 0.8.96
4444
4545# scipy provides statistical tests *and* numerical optimization methods that
4646# we wrap into our API.
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ install_requires =
7979 numba >= 0.64.0
8080 matplotlib >= 3.10.8
8181 psutil >= 7.2.2
82- pycommons >= 0.8.95
82+ pycommons >= 0.8.96
8383 scipy >= 1.17.1
8484packages = find:
8585python_requires = >= 3.12
You can’t perform that action at this time.
0 commit comments