We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d4538 commit 0391feeCopy full SHA for 0391fee
1 file changed
setup.py
@@ -41,13 +41,13 @@
41
install_requires=[
42
'numpy~=1.15',
43
'scipy~=1.2',
44
- 'pandas==0.24',
+ 'pandas~=0.25,!=0.25.2',
45
46
'matplotlib~=3.0',
47
'seaborn~=0.9'
48
],
49
- extras_require={'dev': ['pytest==5.2', 'pytest-mpl==0.10']},
50
- python_requires='>=3.5',
+ extras_require={'dev': ['pytest~=5.2', 'pytest-mpl~=0.10']},
+ python_requires='~=3.5',
51
url='https://acclab.github.io/DABEST-python-docs',
52
download_url='https://www.github.com/ACCLAB/DABEST-python',
53
license='BSD 3-clause Clear License'
0 commit comments