We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6c642 commit 859db34Copy full SHA for 859db34
pyproject.toml
@@ -16,10 +16,9 @@ requires-python = ">=3.8"
16
requires = [
17
"setuptools>=68",
18
"wheel",
19
- "numpy>=1.23",
+ "numpy",
20
# Optional but helpful so pip can provide a CMake/Ninja during build:
21
"cmake>=3.21",
22
- "ninja; platform_system != 'Windows'",
23
]
24
build-backend = "setuptools.build_meta"
25
tests/test_4d_sphere.py
@@ -1,6 +1,7 @@
1
import math
2
import numpy as np
3
import cripser
4
+import signal
5
6
7
def test_4d_sphere_ph():
0 commit comments