Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyBoyne committed Dec 31, 2024
1 parent 1cba73a commit a62cea8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion entmoot/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.2"
__version__ = "2.0.4"
__author__ = "Alexander Thebelt"
__author_email__ = "[email protected]"
__license__ = "BSD 3-Clause License"
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
version=about["__version__"],
url="https://github.com/cog-imperial/entmoot",
packages=find_packages(exclude=["tests", "docs"]),
install_requires=["numpy<=2.0.0", "lightgbm>=4.0.0", "gurobipy", "pyomo==6.7.1"],
setup_requires=["numpy<=2.0.0", "lightgbm>=4.0.0", "gurobipy", "pyomo==6.7.1"],
install_requires=[
"numpy<=2.0.0",
"lightgbm>=4.0.0",
"gurobipy<12.0.0",
"pyomo==6.7.1",
],
setup_requires=[
"numpy<=2.0.0",
"lightgbm>=4.0.0",
"gurobipy<12.0.0",
"pyomo==6.7.1",
],
)

0 comments on commit a62cea8

Please sign in to comment.