Skip to content

Commit 874e5a7

Browse files
committed
Update pyproject.toml
1 parent 5699592 commit 874e5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "BSD 3-Clause"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.9"
10+
python = ">=3.8"
1111
xarray-simlab = "^0.5.0"
1212
scipy = ">=1.9.1"
1313
dask = {extras = ["distributed"], version = ">=2022.10.0"}
@@ -19,7 +19,7 @@ tqdm = "*"
1919
[tool.poetry.dev-dependencies]
2020
pytest = "^7.1.3"
2121
pytest-cov = "^4.0.0"
22-
myst-nb = {version = "^0.16.0", python = "^3.9"}
22+
myst-nb = "*"
2323
sphinx-autoapi = "^2.0.0"
2424
sphinx-toolbox = "*"
2525
sphinx-rtd-theme = "^1.0.0"

0 commit comments

Comments
 (0)