diff --git a/pymove/core/dask.py b/pymove/core/dask.py index 05c15a90..fbc0a52a 100644 --- a/pymove/core/dask.py +++ b/pymove/core/dask.py @@ -1,3 +1,4 @@ +# mypy: ignore-errors """DaskMoveDataFrame class.""" from __future__ import annotations diff --git a/requirements.txt b/requirements.txt index 2757dcb4..d0897edc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ matplotlib mplleaflet networkx numpy -pandas>=1.1.0 +pandas>=1.1.0,<1.4.0 psutil python-dateutil pytz