Skip to content

Commit

Permalink
Bumped some pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Jun 2, 2016
1 parent b8206fa commit 4b4f544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DevelopingOnMacOSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ conda update --yes conda
# Inselect env

```
conda create --yes --name inselect pillow=3.2.0 qt=4.8.7 pyside=1.1.2 numpy=1.10.1 scipy==0.17.0 scikit-learn=0.17.1
conda create --yes --name inselect pillow=3.2.0 qt=4.8.7 pyside=1.1.2 numpy=1.11.0 scipy==0.17.1 scikit-learn=0.17.1
source activate inselect
```

Expand All @@ -44,7 +44,7 @@ extremely problematic by introducing many `dylib` dependencies that are
troublesome to freeze.
```
conda install --yes -c https://conda.binstar.org/jjhelmus opencv=2.4.10
conda install --yes numpy=1.10.1
conda install --yes numpy=1.11.0
```

## setuptools
Expand Down
2 changes: 1 addition & 1 deletion DevelopingOnWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ you created above.

```
conda update --yes conda
conda create --yes --name inselect pillow=3.2.0 qt=4.8.7 pyside=1.2.1 pywin32=220 numpy=1.11.0 scipy==0.17.0 scikit-learn=0.17.1
conda create --yes --name inselect pillow=3.2.0 qt=4.8.7 pyside=1.2.1 pywin32=220 numpy=1.11.0 scipy==0.17.1 scikit-learn=0.17.1
activate inselect
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 4b4f544

Please sign in to comment.