We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5699592 commit 874e5a7Copy full SHA for 874e5a7
pyproject.toml
@@ -7,7 +7,7 @@ license = "BSD 3-Clause"
7
readme = "README.md"
8
9
[tool.poetry.dependencies]
10
-python = ">=3.9"
+python = ">=3.8"
11
xarray-simlab = "^0.5.0"
12
scipy = ">=1.9.1"
13
dask = {extras = ["distributed"], version = ">=2022.10.0"}
@@ -19,7 +19,7 @@ tqdm = "*"
19
[tool.poetry.dev-dependencies]
20
pytest = "^7.1.3"
21
pytest-cov = "^4.0.0"
22
-myst-nb = {version = "^0.16.0", python = "^3.9"}
+myst-nb = "*"
23
sphinx-autoapi = "^2.0.0"
24
sphinx-toolbox = "*"
25
sphinx-rtd-theme = "^1.0.0"
0 commit comments