Skip to content

Commit e28f3f5

Browse files
committed
Temporarily pin down (test dep) time-machine below 3.0.0 #829
1 parent 73110eb commit e28f3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"geopandas>=0.14; python_version>='3.9'",
2828
"geopandas", # Best-effort geopandas dependency for Python 3.8
2929
"flake8>=5.0.0",
30-
"time_machine",
30+
"time_machine>=2.0.0,<3.0.0",
3131
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency
3232
"dirty_equals>=0.8.0",
3333
"pyarrow>=10.0.1", # For Parquet read/write support in pandas

0 commit comments

Comments
 (0)