Skip to content

Commit f055537

Browse files
committed
version stepping of dependencies
1 parent b6e94e2 commit f055537

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

moptipy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from typing import Final
33

44
#: the version string of `moptipy`
5-
__version__: Final[str] = "0.9.175"
5+
__version__: Final[str] = "0.9.176"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
#
99

1010
# We use the unified build process offered by pycommons.
11-
pycommons[dev] == 0.8.95
11+
pycommons[dev] == 0.8.96

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8484
packages = find:
8585
python_requires = >= 3.12

0 commit comments

Comments
 (0)