Skip to content

Commit 94c5ddf

Browse files
author
kazem ardaneh
committed
fix: the cli dependecies are corrected
1 parent 12bec1d commit 94c5ddf

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
uv venv
2929
source .venv/bin/activate
30-
uv pip install -e ".[ci,dev]"
30+
uv pip install -e ".[dev]"
3131
3232
- name: Run pre-commit
3333
run: |

pyproject.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,3 @@ docs = [
9191
"sphinx-copybutton>=0.5.0",
9292
"sphinx-autodoc-typehints>=1.24.0",
9393
]
94-
95-
ci = [
96-
"numpy>=1.20.0",
97-
"matplotlib>=3.3.0",
98-
"torch>=1.10.0,<2.5.0", # Compatible with Python 3.8
99-
"scipy>=1.10.1",
100-
"pandas>=2.0.3",
101-
"mpltex>=0.7",
102-
"xarray>=2023.1.0",
103-
"rich>=14.2.0",
104-
"tqdm>=4.65.1",
105-
"tensorboard>=2.14.0",
106-
"scikit-learn>=1.3.2",
107-
"netcdf4>=1.7.2",
108-
"h5netcdf>=1.1.0",
109-
"seaborn>=0.13.2",
110-
]

0 commit comments

Comments
 (0)