Skip to content

Commit f72fa46

Browse files
authored
Merge pull request #221 from InsightLab/pin-pandas
Pin pandas
2 parents 23485bb + 6b26aa9 commit f72fa46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pymove/core/dask.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# mypy: ignore-errors
12
"""DaskMoveDataFrame class."""
23
from __future__ import annotations
34

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matplotlib
1111
mplleaflet
1212
networkx
1313
numpy
14-
pandas>=1.1.0
14+
pandas>=1.1.0,<1.4.0
1515
psutil
1616
python-dateutil
1717
pytz

0 commit comments

Comments
 (0)