Skip to content

Commit ffb5324

Browse files
committed
Revert "Add security restrictions to dependencies"
This reverts commit 6532440.
1 parent 6532440 commit ffb5324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ dependencies = [
2626

2727
[project.optional-dependencies]
2828
progressbar = ["tqdm"]
29-
pyrtlib = ["scikit-learn", "bs4", "netCDF4", "requests>=2.33", "cdsapi", "cfgrib", "pyrtlib"]
29+
pyrtlib = ["scikit-learn", "bs4", "netCDF4", "requests", "cdsapi", "cfgrib", "pyrtlib"]
3030
gsw = ["gsw"]
3131

3232
[dependency-groups]
33-
dev = ["pytest >= 9.0.3", "pytest-cov", "ruff", "sphinx_rtd_theme", "Sphinx>=1.6", "pre-commit", "pip-audit"]
33+
dev = ["pytest", "pytest-cov", "ruff", "sphinx_rtd_theme", "Sphinx>=1.6", "pre-commit", "pip-audit"]
3434
benchmark = ["asv"]
3535

3636

0 commit comments

Comments
 (0)