Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jul 26, 2023
1 parent d89537f commit 5b8cf22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ repository = "https://github.com/griff-rees/estios"
[tool.poetry.dependencies]
python = "~3.11"
geopandas = "^0.10.2"
plotly = "^5.14.1"
plotly = "^5.15.0"
typer = {version = "^0.4.2", extras = ["all"]}
openpyxl = "^3.1.2"
setuptools = "^62.6.0"
numpy = "^1.24.2"
numpy = "^1.25.1"
xlrd = "^2.0.1"
# GDAL = {version = "3.5.3", platform = "darwin"}
# Fiona = "1.8.21"
# pyogrio = "^0.4.2"
# pyogrio = "^0.4.2"
# pyarrow = "^10.0.1"
Fiona = "^1.9.3"
Fiona = "^1.9.4.post1"
pymrio = "^0.4.8"
country-converter = "^0.8.0"
poetry-dotenv-plugin = "^0.1.0"
ukcensusapi = "^1.1.6"
psutil = "5.9.4"

[tool.poetry.group.jupyter.dependencies]
jupyterlab = "^3.6.3"
jupyterlab = "^3.6.5"

[tool.poetry.group.server]
optional = true
Expand Down

0 comments on commit 5b8cf22

Please sign in to comment.