Skip to content

Commit

Permalink
Added install_requires params to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Mar 31, 2022
1 parent 1666344 commit c803e90
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@
},
include_packages=True,
install_requires=[
"mkl", "psutil", "scipy", "pandas", "matplotlib", "dask",
"distributed", "paramtools"
"python>=3.7.7",
"mkl>=2021.4.0",
"psutil",
"scipy>=1.7.1",
"pandas>=1.2.5",
"matplotlib",
"dask>=2.30.0",
"distributed>=2.30.1",
"paramtools>=0.15.0",
"requests"
],
classifiers=[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit c803e90

Please sign in to comment.