Skip to content

Commit ede32f0

Browse files
committed
remove numpy RC . remove importlib pytest
1 parent 5bf387c commit ede32f0

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 @@
77
requires = ["setuptools",
88
"wheel",
99
"Cython",
10-
'numpy>=2.0.0rc1; python_version>="3.9"',
10+
'numpy>=2.0; python_version>="3.9"',
1111
'numpy; python_version<"3.9"',
1212
]
1313
build-backend = "setuptools.build_meta"
@@ -75,7 +75,7 @@ universal = true
7575

7676
[tool.pytest.ini_options]
7777
# https://docs.pytest.org/en/7.3.x/reference/customize.html
78-
addopts = "--import-mode=importlib"
78+
#addopts = "--import-mode=importlib"
7979

8080
[tool.ruff]
8181
# https://docs.astral.sh/ruff/configuration/

0 commit comments

Comments
 (0)