Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Updated PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoyt Koepke committed Apr 27, 2020
1 parent a39a574 commit 223168c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pillow==6.2.0
prettytable==0.7.2
pytz==2019.1
resampy==0.2.1
llvmlite==0.31.0
scikit-learn==0.20.3
statsmodels==0.9.0
tensorflow==2.0.0
Expand Down
4 changes: 3 additions & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,13 @@ def run(self):
"pillow >= 5.2.0",
"prettytable == 0.7.2",
"resampy == 0.2.1",
"llvmlite == 0.31.0",
"requests >= 2.9.1",
"scipy >= 1.1.0",
"six >= 1.10.0",
]
if sys.version_info[0] == 2:
install_requires.append("llvmlite == 0.31.0")

if sys.platform == "darwin":
install_requires.append("tensorflow >= 2.0.0")
else:
Expand Down

0 comments on commit 223168c

Please sign in to comment.