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.
1 parent 73110eb commit e28f3f5Copy full SHA for e28f3f5
setup.py
@@ -27,7 +27,7 @@
27
"geopandas>=0.14; python_version>='3.9'",
28
"geopandas", # Best-effort geopandas dependency for Python 3.8
29
"flake8>=5.0.0",
30
- "time_machine",
+ "time_machine>=2.0.0,<3.0.0",
31
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency
32
"dirty_equals>=0.8.0",
33
"pyarrow>=10.0.1", # For Parquet read/write support in pandas
0 commit comments