Skip to content

Commit d5ffff2

Browse files
committed
Add numpy to project dependencies
Add 'numpy' to the dependencies list in pyproject.toml so NumPy will be installed with the package; this ensures any code that relies on NumPy's numerical functionality has the dependency available. No other files were changed.
1 parent 2c7590d commit d5ffff2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.8.0"
1010
dependencies = [
1111
"minizinc",
12+
"numpy",
1213
]
1314
classifiers = [
1415
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)