Skip to content

Commit

Permalink
Increase multiurl version (#550)
Browse files Browse the repository at this point in the history
* Increase multiurl version
  • Loading branch information
sandorkertesz authored Nov 28, 2024
1 parent 0828bf0 commit ecd14e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- cdsapi>=0.7.2
- hda
- pip:
- multiurl>=0.3.0
- multiurl>=0.3.3
- pyfdb>=0.1.0
- ecmwf-opendata>=0.1.2
- polytope-client>=0.7.4
Expand Down Expand Up @@ -56,3 +56,4 @@ dependencies:
- nbsphinx
- ipykernel
- geopandas
- array-api-compat
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"jsonschema",
"lru-dict",
"markdown",
"multiurl>=0.3.1",
"multiurl>=0.3.3",
"netcdf4",
"pandas",
"pdbufr>=0.11",
Expand Down
3 changes: 2 additions & 1 deletion tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- hda
- jsonschema
- pip:
- multiurl>=0.3.0
- multiurl>=0.3.3
- pyfdb>=0.1.0
- ecmwf-opendata>=0.3.3
- polytope-client>=0.7.4
Expand Down Expand Up @@ -58,3 +58,4 @@ dependencies:
- nbsphinx
- ipykernel
- geopandas
- array-api-compat

0 comments on commit ecd14e0

Please sign in to comment.