Skip to content

Commit

Permalink
Merge pull request #13 from florian-huber/patch-1
Browse files Browse the repository at this point in the history
Add dependencies to setup.py
  • Loading branch information
gchure authored Feb 9, 2024
2 parents 3ea6285 + 5bcd949 commit ddcdf75
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,14 @@
author_email="[email protected]",
packages=find_packages(
exclude=('docs', 'doc', 'sandbox', 'dev', 'hplc.egg-info')),
include_package_data=True
include_package_data=True,
install_requires=[
"matplotlib>=3.7.0",
"numpy>=1.24.4",
"pandas>=2.0.3",
"scipy>=1.10.0",
"seaborn>=0.12.2",
"termcolor>=2.3.0",
"tqdm>=4.64.1",
],
)

0 comments on commit ddcdf75

Please sign in to comment.