We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf387c commit ede32f0Copy full SHA for ede32f0
pyproject.toml
@@ -7,7 +7,7 @@
7
requires = ["setuptools",
8
"wheel",
9
"Cython",
10
- 'numpy>=2.0.0rc1; python_version>="3.9"',
+ 'numpy>=2.0; python_version>="3.9"',
11
'numpy; python_version<"3.9"',
12
]
13
build-backend = "setuptools.build_meta"
@@ -75,7 +75,7 @@ universal = true
75
76
[tool.pytest.ini_options]
77
# https://docs.pytest.org/en/7.3.x/reference/customize.html
78
-addopts = "--import-mode=importlib"
+#addopts = "--import-mode=importlib"
79
80
[tool.ruff]
81
# https://docs.astral.sh/ruff/configuration/
0 commit comments