Skip to content

Commit d95cf5f

Browse files
committed
Add numpy and scipy as dependencies
1 parent 7b3be8e commit d95cf5f

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
@@ -116,7 +116,7 @@ classifiers = [
116116
#
117117
# For an analysis of this field vs pip's requirements files see:
118118
# https://packaging.python.org/discussions/install-requires-vs-requirements/
119-
dependencies = ["peppercorn"]
119+
dependencies = ["numpy", "peppercorn", "scipy"]
120120

121121
# List additional groups of dependencies here (e.g. development
122122
# dependencies). Users will be able to install these using the "extras"

0 commit comments

Comments
 (0)