Skip to content

Commit a09b924

Browse files
committed
Pinning pandas below 1.1 so builds work
See pandas-dev/pandas#35446 for details. Basically broke how we compare dataframes in tests.
1 parent 58886f0 commit a09b924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas>=1.0
1+
pandas>=1.0,<1.1 # pandas 1.1 breaks tests, https://github.com/pandas-dev/pandas/issues/35446
22
numpy>=1.15
33
scipy~=1.0
44
h5py

0 commit comments

Comments
 (0)