Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Jul 31, 2020
1 parent 59a6a99 commit bed6669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def find_version(*file_paths):
# Choose your license
license='MIT',
include_package_data=True,
python_requires='>3.5.2',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
Expand All @@ -66,7 +67,7 @@ def find_version(*file_paths):
"numba>=0.50",
"pandas",
"tensorflow",
"keras_mixed_sequence>=1.0.18",
"keras_mixed_sequence>=1.0.19",
"ucsc_genomes_downloader>=1.1.25"
],
extras_require=extras,
Expand Down

0 comments on commit bed6669

Please sign in to comment.