Skip to content

Commit 9bc7bc0

Browse files
committed
Improve infra#161 fix (workaround is only necessary on Python 3.8)
Refs: samuelcolvin/dirty-equals#99, eu-cdse/openeo-cdse-infra#161
1 parent 4dc1b10 commit 9bc7bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pystac",
3232
"jsonschema",
3333
"dirty-equals>=0.6",
34-
"typing-extensions<4.12.1", # Workaround for https://github.com/eu-cdse/openeo-cdse-infra/issues/161
34+
"typing-extensions<4.12.1; python_version<'3.9'", # Workaround for weird dirty_equals-xarray conflict on Python 3.8 https://github.com/samuelcolvin/dirty-equals/issues/99
3535
]
3636

3737
setup(

0 commit comments

Comments
 (0)