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

Commit

Permalink
Upgrade coremltools version. Unfix numpy version. (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRoseman authored Feb 10, 2020
1 parent 38f12b2 commit 656f6b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coremltools==3.1
coremltools==3.3
scipy==1.2.1
numpy==1.16.4
cython==0.29.10
Expand Down Expand Up @@ -28,4 +28,4 @@ wheel>=0.29.0
six>=1.12.0
requests>=2.9.1
pytest-cov>=2.7.1
pre-commit>=1.21.0
pre-commit>=1.21.0
4 changes: 2 additions & 2 deletions src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ def run(self):
long_description = f.read().decode("utf-8")

install_requires = [
"coremltools==3.1",
"coremltools==3.3",
"decorator >= 4.0.9",
"numpy==1.16.4",
"numpy",
"pandas >= 0.23.2",
"pillow >= 5.2.0",
"prettytable == 0.7.2",
Expand Down

0 comments on commit 656f6b4

Please sign in to comment.