Skip to content

Commit 8cd6f88

Browse files
committedMar 5, 2024·
Remove werkzeug version pin
The original reason for pinning werkzeug (v>=2.2 slows down unit tests) no longer applies -- no significant slowdown is detectable with werkzeug 3.0.1. This change also allows flask v3 to be installed. Addresses #939.
1 parent c149bcf commit 8cd6f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- shapely >=1.6
4444
- tornado >=6.0
4545
- urllib3 >=1.26
46-
- werkzeug <2.2 # >=2.2 slows down S3 tests (deps: moto->flask->werkzeug)
46+
- werkzeug
4747
- xarray >=2022.6,<2023.09.0 # because of issue https://github.com/dcs4cop/xcube/issues/897
4848
- zarr >=2.11
4949
# Required by Coiled

0 commit comments

Comments
 (0)
Please sign in to comment.