We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23485bb + 6b26aa9 commit f72fa46Copy full SHA for f72fa46
pymove/core/dask.py
@@ -1,3 +1,4 @@
1
+# mypy: ignore-errors
2
"""DaskMoveDataFrame class."""
3
from __future__ import annotations
4
requirements.txt
@@ -11,7 +11,7 @@ matplotlib
11
mplleaflet
12
networkx
13
numpy
14
-pandas>=1.1.0
+pandas>=1.1.0,<1.4.0
15
psutil
16
python-dateutil
17
pytz
0 commit comments