Skip to content

Commit

Permalink
pyproject.toml dependencies version static
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Dykman committed Dec 17, 2024
1 parent 0646a95 commit 67d4806
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ license = "None"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8"
numpy = ">=1.23.5"
matplotlib = ">=3.6.2"
numba = ">=0.56.4"
netCDF4 = ">=1.6.2"
scipy = ">=1.9.3"
joblib = ">=1.4.2"
python = "=3.8.5"
numpy = "=1.23.5"
matplotlib = "=3.6.2"
numba = "=0.56.4"
netCDF4 = "=1.6.2"
scipy = "=1.9.3"
joblib = "=1.4.2"
pandas = "1.5.3"
xarray = "2023.01.0"

[tool.poetry.dev-dependencies]
myst-nb = {version = "^0.17.1", python = "^3.8"}
sphinx-autoapi = "^2.0.0"
sphinx-rtd-theme = "^1.1.1"
jupyter = "^1.0.0"
myst-nb = {version = "0.17.1", python = "3.8.5"}
sphinx-autoapi = "2.0.0"
sphinx-rtd-theme = "1.1.1"
jupyter = "1.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 67d4806

Please sign in to comment.