Skip to content

Commit 0391fee

Browse files
committed
fix required package and python versions
1 parent 08d4538 commit 0391fee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
install_requires=[
4242
'numpy~=1.15',
4343
'scipy~=1.2',
44-
'pandas==0.24',
44+
'pandas~=0.25,!=0.25.2',
4545

4646
'matplotlib~=3.0',
4747
'seaborn~=0.9'
4848
],
49-
extras_require={'dev': ['pytest==5.2', 'pytest-mpl==0.10']},
50-
python_requires='>=3.5',
49+
extras_require={'dev': ['pytest~=5.2', 'pytest-mpl~=0.10']},
50+
python_requires='~=3.5',
5151
url='https://acclab.github.io/DABEST-python-docs',
5252
download_url='https://www.github.com/ACCLAB/DABEST-python',
5353
license='BSD 3-clause Clear License'

0 commit comments

Comments
 (0)