Skip to content

Commit 579c3e8

Browse files
committed
setup: limit pandas to versions 1.0
This is needed until pandas-dev/pandas#34464 is addressed in data loader module
1 parent 7dd4d9d commit 579c3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def include_documentation(local_dir, install_dir):
3333
'Orange3>=3.23.0',
3434
'orange3-bioinformatics>=4.0.0',
3535
'fastdtw==0.3.2',
36-
'pandas>=0.23',
36+
'pandas>=0.23,<1.1',
3737
'loompy>=2.0.10',
3838
'xlrd~=1.2.0',
3939
'anndata>=0.6.21',

0 commit comments

Comments
 (0)