Skip to content

Commit

Permalink
v1.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
annazhukova committed Jul 10, 2023
1 parent f63f7d1 commit a535b70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
Expand All @@ -30,7 +29,7 @@
author_email='anna.zhukova@pasteur.fr',
url='https://github.com/evolbioinfo/pastml',
keywords=['PASTML', 'visualisation', 'phylogeny', 'ancestral character reconstruction'],
python_requires='>=3.8',
python_requires='>=3.9',
install_requires=['ete3>=3.1.1', 'pandas>=1.0.0', 'numpy>=1.22', 'jinja2>=2.11.0', 'scipy>=1.5.0', 'itolapi>=4.0.0', 'biopython>=1.70'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a535b70

Please sign in to comment.