Skip to content

Commit 859db34

Browse files
committed
add: tests
1 parent 5c6c642 commit 859db34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ requires-python = ">=3.8"
1616
requires = [
1717
"setuptools>=68",
1818
"wheel",
19-
"numpy>=1.23",
19+
"numpy",
2020
# Optional but helpful so pip can provide a CMake/Ninja during build:
2121
"cmake>=3.21",
22-
"ninja; platform_system != 'Windows'",
2322
]
2423
build-backend = "setuptools.build_meta"
2524

tests/test_4d_sphere.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import math
22
import numpy as np
33
import cripser
4+
import signal
45

56

67
def test_4d_sphere_ph():

0 commit comments

Comments
 (0)