We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc1b10 commit 9bc7bc0Copy full SHA for 9bc7bc0
setup.py
@@ -31,7 +31,7 @@
31
"pystac",
32
"jsonschema",
33
"dirty-equals>=0.6",
34
- "typing-extensions<4.12.1", # Workaround for https://github.com/eu-cdse/openeo-cdse-infra/issues/161
+ "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
35
]
36
37
setup(
0 commit comments