Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flipz357 committed Aug 4, 2024
1 parent da3a23b commit 05628d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
long_description=long_description,
long_description_content_type='text/markdown',
python_requires=">=3.5",
install_requires=['numpy>=1.20.1', 'scipy>=1.10.1, mip>=1.13.0'], # tested with mip==1.13.0, scipy==1.10.1, numpy==1.20.1
install_requires=['numpy>=1.20.1', 'scipy>=1.10.1', 'mip>=1.13.0'], # tested with mip==1.13.0, scipy==1.10.1, numpy==1.20.1
classifiers=["License :: OSI Approved :: GNU General Public License v3 (GPLv3)"],
package_data={'smatchpp': ['formalism/amr/resource/*']})

0 comments on commit 05628d7

Please sign in to comment.