Skip to content

Commit

Permalink
fix: add missing requirements to setup.py (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Bob van den Hoogen <bob@strmprivacy.io>
  • Loading branch information
bobvandenhoogen and Bob van den Hoogen authored Jan 13, 2023
1 parent 5809a22 commit 8bc5481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"argparse>=1.4.0",
"pathlib>=1.0.1",
"seaborn>=0.11.2",
"setuptools~=58.0.4",
"scipy~=1.9.1"
],
long_description=readme,
long_description_content_type='text/markdown',
Expand All @@ -36,4 +38,4 @@
namespace_packages=["strmprivacy"],
version='1.1.4',
zip_safe=False,
)
)

0 comments on commit 8bc5481

Please sign in to comment.