Skip to content

Commit

Permalink
setup.py updated pandas to <3 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kbessonov1984 committed Mar 14, 2024
1 parent 8b7343c commit 5aad179
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
from sistr.sistr_cmd import setup_sistr_dbs

classifiers = """
Development Status :: 4 - Beta
Development Status :: Release
Environment :: Console
License :: OSI Approved :: Apache Software License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Expand Down Expand Up @@ -50,7 +49,7 @@ def run(self):
install_requires=[
'numpy>=1.11.1,<1.23.5',
'tables>=3.3.0,<4',
'pandas>=0.22.0,<2',
'pandas>=0.22.0,<3',
'pycurl>=7.43.0,<8',
'scipy>=1.1.0,<2',
],
Expand Down

0 comments on commit 5aad179

Please sign in to comment.