Skip to content

Commit

Permalink
moved to further simplified pycommons build process
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed Oct 16, 2024
1 parent b6ef2db commit 5eaa636
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion moptipy/evaluation/frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This tool is based on code developed by Mr. Tianyu LIANG (梁天宇),
MSc student at the Institute of Applied Optimization (IAO,
应用优化研究所) of the School of Artificial Intelligence and
Big Data (人工智能与大数据学院) of Hefei University (合肥学院).
Big Data (人工智能与大数据学院) of Hefei University (合肥大学).
"""
import argparse
from collections import Counter
Expand Down
2 changes: 1 addition & 1 deletion moptipy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from typing import Final

#: the version string of `moptipy`
__version__: Final[str] = "0.9.126"
__version__: Final[str] = "0.9.127"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
#

# pycommons provides lots of utilities
pycommons[dev] == 0.8.51
pycommons[dev] == 0.8.52
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ psutil == 6.0.0

# pycommons offers many of the tools and utilities used in moptipy that are
# not related to optimization.
pycommons == 0.8.51
pycommons == 0.8.52

# scikit-learn is used to obtain some clusters of JSSP instances for our
# experiments.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install_requires =
matplotlib >= 3.9.2
pdfo >= 2.2.0
psutil >= 6.0.0
pycommons >= 0.8.51
pycommons >= 0.8.52
scikit-learn >= 1.5.2
scipy >= 1.14.1
packages = find:
Expand Down

0 comments on commit 5eaa636

Please sign in to comment.