Skip to content

Commit e43fbfa

Browse files
committed
Revert "test deps: pin time_machine<2.10.0 due to adamchainz/time-machine#355"
This reverts commit 0f17b5a.
1 parent a4d67d6 commit e43fbfa

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
@@ -26,7 +26,7 @@
2626
"matplotlib",
2727
"geopandas",
2828
"flake8>=5.0.0",
29-
"time_machine<2.10.0", # Temp workaround for failing builds due to https://github.com/adamchainz/time-machine/issues/355
29+
"time_machine",
3030
]
3131

3232
docs_require = [

0 commit comments

Comments
 (0)