Skip to content

Commit 642a73d

Browse files
authored
chore: upgrade numpy to the latest version to fix Python 3.12
1 parent f434da9 commit 642a73d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,10 @@ pmjs = "pythonmonkey.cli.pmjs:main"
5656
[tool.poetry.group.dev.dependencies]
5757
pytest = "^7.3.1"
5858
pip = "^23.1.2"
59-
numpy = [
60-
# numpy hasn't released for Python 3.12 yet on PyPI
61-
# TODO: use the PyPI build once the wheels are released for Python 3.12
62-
{version = "^2.0.0.dev0", allow-prereleases = true, source = "anaconda", python = "3.12.*"},
63-
{version = "^1.24.3", python = "<3.12"},
64-
]
59+
numpy = "^1.26.1"
6560
pminit = { path = "./python/pminit", develop = true }
6661

6762

68-
[[tool.poetry.source]]
69-
name = "anaconda"
70-
url = "https://pypi.anaconda.org/pythonmonkey/simple"
71-
priority = "explicit"
72-
7363
[build-system]
7464
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning==0.24.0"]
7565
build-backend = "poetry_dynamic_versioning.backend"

0 commit comments

Comments
 (0)