Skip to content

Commit f096d18

Browse files
committed
Avoid pandas 2.1.0 due to timestampt bug
Pandas 2.1.0 DataFrame constructor bug causeing timestamps to have inconsistent units (pandas-dev/pandas#55014).
1 parent d4c4522 commit f096d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
# Currently dask and numpy==1.16.0 clash
1010
# TODO: add support for numpy>=1.23
1111
- numpy!=1.15.0,!=1.16.0
12-
- pandas>=0.23.0,!=1.0.0
12+
- pandas>=0.23.0,!=1.0.0,!=2.1.0
1313
- pyarrow>=0.17.1,!=1.0.0
1414
- simplejson
1515
- minimalkv>=1.4.2

0 commit comments

Comments
 (0)