Skip to content

Commit

Permalink
non-working commit, produces dask dependency error in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed May 24, 2024
1 parent 63288ec commit fb0ca69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions images/jupyter-singleuser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Rtree = "0.9.7"
openpyxl = "3.0.9"
python-dotenv = "0.19.2"
isort = "5.10.1"
seaborn = "0.11.2"
seaborn = "^0.11.2"
csvkit = "1.0.7"
pre-commit = "2.18.1"
jupyter-resource-usage = "0.6.1"
dask-labextension = "5.3.0"
dask-labextension = "^5.3.0"
matplotlib = "<=3.5"
dask-geopandas = "0.2.0"
dask-geopandas = "^0.2.0"
dask-bigquery = "^2022.5.0"
dask = "~2022.8"
dask = "~2024.5"
distributed = "~2022.8"
pyodbc = "^4.0.34"
sqlalchemy-bigquery = "^1.4.4"
Expand All @@ -44,15 +44,15 @@ ydata-profiling = {extras = ["notebook"], version = "^4.0.0"}
# https://github.com/statsmodels/statsmodels/issues/8543
statsmodels = "<0.13.3 || >0.13.3,<0.13.4 || >0.13.4,<0.13.5 || >0.13.5"
pendulum = "^2.1.2"
numba = "^0.56.4"
# numba = "^0.56.4"
calitp-data-analysis = "2024.5.24"
calitp-map-utils = "2024.5.23"
jupyter-book = "1.0.0"
jupyter-server-proxy = "^4.1.1"

[tool.poetry.dev-dependencies]
pytest = "^7.2.0"

llvmlite= "^0.40.0"
[tool.poetry.group.shared_utils.dependencies]
cpi = "^1.0.17"
xmltodict = "^0.13.0"
Expand Down

0 comments on commit fb0ca69

Please sign in to comment.