Skip to content

Commit e66ac25

Browse files
committed
MAINT: Block pandas 2.1.0
Block pandas 2.1.0 due to bug in MultiIndex assignment
1 parent b09a6d8 commit e66ac25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
numpy>=1.22.3,<2; python_version=="3.10" and platform_system=="Windows" and platform_python_implementation != "PyPy"
33
numpy >=1.18,<2 # released December 2019
44
scipy>=1.4,!=1.9.2 # released December 2019
5-
scipy>=1.4,!=1.9.2; sys_platform == "win32" # Blacklist 1.9.2 due to Windows issues
6-
pandas>=1.0 # released January 2020
5+
scipy>=1.4,!=1.9.2; sys_platform == "win32" # Blocked 1.9.2 due to Windows issues
6+
pandas>=1.0,!=2.1.0 # released January 2020, 2.1.0 blocked due to bug
77
patsy>=0.5.2 # released January 2018
88
packaging>=21.3 # released Nov 2021

0 commit comments

Comments
 (0)