Skip to content

Commit f592685

Browse files
authored
Merge pull request #6397 from janezd/pin-pandas-lt-2
Pin pandas to <2
2 parents e864eb6 + 8bbdc6c commit f592685

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ requirements:
5858
- requests
5959
- matplotlib-base >=3.2.0
6060
- openTSNE >=0.6.1,!=0.7.0
61-
- pandas >=1.4.0,!=1.5.0
61+
- pandas >=1.4.0,!=1.5.0,<2
6262
- pyyaml
6363
- orange-canvas-core >=0.1.30,<0.2a
6464
- orange-widget-base >=4.20.0

requirements-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python-louvain>=0.13
2222
requests
2323
openTSNE>=0.6.1,!=0.7.0 # 0.7.0 segfaults
2424
baycomp>=1.0.2
25-
pandas>=1.4.0,!=1.5.0
25+
pandas>=1.4.0,!=1.5.0,<2
2626
pyyaml
2727
openpyxl
2828
httpx>=0.21.0

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ deps =
3333
-r {toxinidir}/requirements-opt.txt
3434
coverage
3535
psycopg2-binary
36+
# we should unpin this someday, but must fix backward incompatibilities first
37+
pandas<2
3638
# no wheels for mac
3739
pymssql<3.0;platform_system!='Darwin' and python_version<'3.8'
3840
latest: https://github.com/pyqtgraph/pyqtgraph/archive/refs/heads/master.zip#egg=pyqtgraph

0 commit comments

Comments
 (0)