Skip to content

Commit

Permalink
Avoid pandas 2.1.0 due to timestamp bug
Browse files Browse the repository at this point in the history
Pandas 2.1.0 DataFrame constructor bug causeing timestamps to have
inconsistent units (pandas-dev/pandas#55014).
  • Loading branch information
IzerOnadimQC committed Sep 8, 2023
1 parent d4c4522 commit a43c8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
# Currently dask and numpy==1.16.0 clash
# TODO: add support for numpy>=1.23
- numpy!=1.15.0,!=1.16.0
- pandas>=0.23.0,!=1.0.0
- pandas>=0.23.0,!=1.0.0,!=2.1.0
- pyarrow>=0.17.1,!=1.0.0
- simplejson
- minimalkv>=1.4.2
Expand Down

0 comments on commit a43c8ed

Please sign in to comment.