Skip to content

Commit

Permalink
Add tqdm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olemke committed Oct 21, 2024
1 parent 78f4265 commit 2a434ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/modules/CheckPythonModule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ macro (CHECK_PYTHON_MODULES)
pytest
scipy
setuptools
tqdm
xarray)

set(PYPI_NAMES
Expand All @@ -25,6 +26,7 @@ macro (CHECK_PYTHON_MODULES)
pytest
scipy
setuptools
tqdm
xarray)

list(LENGTH REQUIRED_MODULES len1)
Expand Down
1 change: 1 addition & 0 deletions environment-dev-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
- sphinx-rtd-theme=3
- sphinxcontrib-jquery
- sphinxcontrib-mermaid>=1.0.0
- tqdm
- xarray
- zlib
channels:
Expand Down
1 change: 1 addition & 0 deletions environment-dev-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
- sphinx-rtd-theme=3
- sphinxcontrib-jquery
- sphinxcontrib-mermaid>=1.0.0
- tqdm
- xarray
- zlib
channels:
Expand Down
1 change: 1 addition & 0 deletions environment-dev-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- sphinx-rtd-theme=3
- sphinxcontrib-jquery
- sphinxcontrib-mermaid>=1.0.0
- tqdm
- xarray
- zlib
channels:
Expand Down
1 change: 1 addition & 0 deletions python/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"netCDF4>=1.1.1",
"numpy>=2.0",
"scipy",
"tqdm",
]

[project.urls]
Expand Down

0 comments on commit 2a434ee

Please sign in to comment.