Skip to content

Commit

Permalink
fix(doc): compilation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Dec 4, 2023
1 parent db092af commit 7b650ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cftime==1.6.1
click==8.1.3
cloudpickle==2.1.0
colorama==0.4.5
donfig==0.8.1.post0
fsspec==2022.11.0
locket==1.0.0
netCDF4==1.6.2
Expand All @@ -19,14 +20,14 @@ nbsphinx==0.8.9
jupyter==1.0.0
h5py==3.7.0
setuptools==65.5.1
dask[distributed]==2022.9.1
dask[distributed]==2023.11.0
pre-commit==2.20.0
importlib==1.0.4
importlib-metadata==5.1.0
trollsift==0.5.0
coverage==7.2.2
pooch==1.7.0
pydantic==1.10.4
pydantic==2.5.2
pytest-cov==4.0.0
pytest-mock==3.10.0
pytest==7.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"click",
"tqdm",
Expand Down

0 comments on commit 7b650ac

Please sign in to comment.