Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
coolmaksat committed Jan 7, 2021
1 parent f303124 commit acc5926
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
tagger = egg_info_cmd.egg_info

install_requires = [
"click < 8", "scikit-learn < 0.21", "pandas < 0.24", "tensorflow < 1.13",
"numpy < 2.0", "scipy < 1.3"
"click < 8", "sklearn", "pandas", "tensorflow < 2.4",
"numpy < 2.0", "scipy"
]

needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
Expand All @@ -31,7 +31,7 @@
long_description_content_type="text/markdown",
author="Maxat Kulmanov",
author_email="[email protected]",
download_url="https://github.com/bio-ontology-research-group/deepgoplus/archive/v1.0.0.tar.gz",
download_url="https://github.com/bio-ontology-research-group/deepgoplus/archive/v1.0.1.tar.gz",
license="Apache 2.0",
packages=["deepgoplus",],
package_data={"deepgoplus": [],},
Expand All @@ -46,5 +46,5 @@
},
zip_safe=True,
cmdclass={"egg_info": tagger},
python_requires=">=3.6, <3.7",
python_requires=">=3.7, <3.8",
)

0 comments on commit acc5926

Please sign in to comment.