Skip to content

Commit d162487

Browse files
committed
numpy is not needed for pytest
1 parent b08d70a commit d162487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "IsoSpecPy is a Python library for computing isotopic distribution
1212
version = "2.3.0dev5"
1313

1414
[project.optional-dependencies]
15-
testing = ["pytest", "numpy", "OldIsoSpecPy @ https://files.pythonhosted.org/packages/43/9a/dbdda1351303318aca1bee7d8ad2a7cf5b466f2b1b1005d78013904bff1c/oldisospecpy-1.0.15.tar.gz"]
15+
testing = ["pytest", "OldIsoSpecPy @ https://files.pythonhosted.org/packages/43/9a/dbdda1351303318aca1bee7d8ad2a7cf5b466f2b1b1005d78013904bff1c/oldisospecpy-1.0.15.tar.gz"]
1616

1717
[tool.pytest.ini_options]
1818
testpaths = ["tests/Python"]

0 commit comments

Comments
 (0)