Skip to content

Commit

Permalink
Merge pull request #128 from znation/min_numpy_version
Browse files Browse the repository at this point in the history
Bump min numpy version to 1.10.0
  • Loading branch information
srikris authored Feb 2, 2018
2 parents b002ada + cb5ed27 commit 10b2abe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Dependencies

*coremltools* has the following dependencies:

- numpy (1.12.1+)
- numpy (1.10.0+)
- protobuf (3.1.0+)

In addition, it has the following soft dependencies that are only needed when
Expand Down Expand Up @@ -96,7 +96,7 @@ Additionally, running unit-tests would require more packages (like
libsvm)

```shell
pip install numpy scipy scikit-learn
pip install -r test_requirements.pip
```

To install libsvm
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dependencies

:code:`coremltools` has the following dependencies:

- numpy (1.12.1+)
- numpy (1.10.0+)
- protobuf (3.1.0+)

In addition, it has the following soft dependencies that are only needed when
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'graph_visualization/icons/*']
},
install_requires=[
'numpy >= 1.6.2',
'numpy >= 1.10.0',
'protobuf >= 3.1.0',
'six==1.10.0'
],
Expand Down

0 comments on commit 10b2abe

Please sign in to comment.