File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ python-louvain>=0.13
2222requests
2323openTSNE>=0.6.1,!=0.7.0 # 0.7.0 segfaults
2424baycomp>=1.0.2
25- pandas>=1.4.0,!=1.5.0
25+ pandas>=1.4.0,!=1.5.0,<2
2626pyyaml
2727openpyxl
2828httpx>=0.21.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments