Skip to content

Commit 0c44b7c

Browse files
committed
Update conda environment on 2017-06-18
nomkl added as per BVLC/caffe#3884 (comment)
1 parent 316206f commit 0c44b7c

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ With conda, you can create the `cognoma-machine-learning` environment by running
1010

1111
```sh
1212
# Create or overwrite the cognoma-machine-learning conda environment
13-
conda env create --quiet --force --file environment.yml
13+
conda env create --file environment.yml
1414
```
1515

1616
If `environment.yml` has changed since you created the environment, run the following update command:

environment.yml

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: cognoma-machine-learning
22
dependencies:
3+
- conda-forge::altair=1.2.0
4+
- conda-forge::vega=0.4.4
35
- jupyter=1.0.0
4-
- numexpr=2.6.0
5-
- numpy=1.11.1
6-
- pandas=0.18.1
7-
- python=3.5.2
8-
- requests=2.11.1
9-
- scikit-learn=0.18.0
10-
- scipy=0.17.1
11-
- seaborn=0.7.0
6+
- nomkl
7+
- numexpr=2.6.2
8+
- numpy=1.13.0
9+
- pandas=0.20.2
10+
- python=3.5.3
11+
- requests=2.14.2
12+
- scikit-learn=0.18.1
13+
- scipy=0.19.0
14+
- seaborn=0.7.1
1215
- setuptools=27.2.0
13-
- statsmodels=0.6.1
14-
- vega=0.4.4
16+
- statsmodels=0.8.0
1517
- pip:
16-
- neo4j-driver==1.0.2
17-
- altair==1.2.0
18+
- neo4j-driver==1.3.1

0 commit comments

Comments
 (0)