Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gimelfarb committed Oct 30, 2024
1 parent 2b2e2a0 commit 5b04d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyRDDLGym>=2.0.0
pyRDDLGym>=2.0
gurobipy>=10.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
url="https://github.com/pyrddlgym-project/pyRDDLGym-gurobi",
packages=find_packages(),
install_requires=[
'pyRDDLGym>=2.0.0',
'pyRDDLGym>=2.0',
'gurobipy>=10.0.0'
],
python_requires=">=3.8",
package_data={'': ['*.cfg']},
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit 5b04d6c

Please sign in to comment.