Skip to content

Commit

Permalink
adding numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmore committed Dec 17, 2024
1 parent 1265525 commit 09f46db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
setuptools
wheel
twine
pytest
pytest
numpy
4 changes: 3 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name='statsy',
version='0.2.0',
packages=find_packages(),
install_requires=[],
install_requires=[
"numpy>=1.25.0"
],
python_requires='>=3.6',
license='Apache License 2.0',
description='A package of statistical functions and operations.',
Expand Down

0 comments on commit 09f46db

Please sign in to comment.