Skip to content

Commit

Permalink
Pin dependecies installed via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed May 10, 2016
1 parent 8378005 commit 5a83531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 pyside
conda create --yes --name inselect pillow=3.2.0 qt=4.8.7 pyside=1.2.1 numpy=1.10.1 scipy==0.17.0 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
conda install --yes numpy=1.10.1
```

## setuptools
Expand Down
4 changes: 2 additions & 2 deletions DevelopingOnWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ follows:

```
conda update --yes conda
conda create --yes --name inselect pillow pyside pywin32 numpy scikit-learn
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
activate inselect
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down Expand Up @@ -92,7 +92,7 @@ follows:
```
conda update --yes conda
conda create --yes --name inselect pillow pyside pywin32 numpy scikit-learn
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
activate inselect
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 5a83531

Please sign in to comment.