Skip to content

Commit 29fe9a4

Browse files
update dependencies
1 parent aa10918 commit 29fe9a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ classifiers = [
2020

2121
[tool.poetry.dependencies]
2222
python = ">=3.9"
23-
mpi4py = "^3.1.0"
24-
numpy = "^1.20"
23+
mpi4py = ">=3.1.6"
24+
numpy = ">1.20"
2525
numba = ">=0.57.0"
2626
matplotlib = { version = "^3.7.1", optional = true }
2727
click = { version = "^8.1.3", optional = true }
@@ -30,7 +30,7 @@ click = { version = "^8.1.3", optional = true }
3030
black = "^24.4.2"
3131
flake8 = "^7.0.0"
3232
Sphinx = "^7.3.7"
33-
sphinx-rtd-theme = "^2.0.0"
33+
sphinx-rtd-theme = "^3.0.2"
3434
sphinxcontrib-napoleon = "^0.7"
3535
sphinx-click = "^6.0.0"
3636
bump2version = "^1.0.1"

0 commit comments

Comments
 (0)