Skip to content

Commit

Permalink
Dependencies: Update dash, plotly, scipy, shapely, utm, xarray, and zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 21, 2022
1 parent b308966 commit 4e84e04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Expand Up @@ -145,17 +145,17 @@ h5py = { version = "^3.1", optional = true, python =
pdbufr = { version = "^0.9.0", optional = true, extras = ["eccodes"] }

# Explorer UI service
plotly = { version = "^5.0", optional = true }
dash = { version = "^2.6", optional = true }
plotly = { version = "^5.11", optional = true }
dash = { version = "^2.7", optional = true }
dash-bootstrap-components = { version = "^1.2", optional = true }

# Interpolation
utm = { version = "^0.7.0", optional = true }
scipy = { version = "^1.9.1", optional = true }
shapely = { version = "^1.8.4", optional = true }
utm = { version = "^0.7", optional = true }
scipy = { version = "^1.9", optional = true }
shapely = { version = "^1.8", optional = true }

zarr = { version = "^2.7", python = "<3.11", optional = true }
xarray = { version = "^2022.3", optional = true }
zarr = { version = "^2.13", python = "<3.11", optional = true }
xarray = { version = "^2022.11", optional = true }

[tool.poetry.dev-dependencies]
poethepoet = "^0.16"
Expand Down

0 comments on commit 4e84e04

Please sign in to comment.