Skip to content

Commit

Permalink
Constrain dask to avoid 2024.12.0 and 2024.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jan 28, 2025
1 parent df39bf4 commit 38f92a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion conda-env/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- cartopy >=0.17.0
- cartopy_offlinedata
- cf-units
- dask <2024.12.0
- dask !=2024.12.0,!=2024.12.1
- lxml
- mache >=0.15.0
- matplotlib-base >=3.8.2
Expand Down
2 changes: 1 addition & 1 deletion conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- cartopy >=0.17.0
- cartopy_offlinedata
- cf-units
- dask <2024.12.0
- dask !=2024.12.0,!=2024.12.1
- lxml
- mache >=0.15.0
- matplotlib-base >=3.8.2
Expand Down
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
# This package is not available on PyPI.
# "cartopy_offlinedata",
"cf-units",
"dask <2024.12.0",
"dask !=2024.12.0,!=2024.12.1",
"lxml",
"mache >=0.15.0",
"matplotlib >=3.8.2",
Expand All @@ -50,12 +50,7 @@ dependencies = [
[project.optional-dependencies]
test = ["pytest", "pytest-cov"]
docs = ["sphinx", "sphinx_rtd_theme", "sphinx-multiversion"]
dev = [
"pre-commit",
"types-PyYAML",
"ruff",
"mypy",
]
dev = ["pre-commit", "types-PyYAML", "ruff", "mypy"]

[project.urls]
Documentation = "https://docs.e3sm.org/e3sm_diags/_build/html/main/index.html"
Expand Down

0 comments on commit 38f92a9

Please sign in to comment.