Skip to content

Commit 336135b

Browse files
committed
Fix 2x Conda YAML errors; comment-out channel_priority
Not currently valid field in environment YAML file. Follow conda/conda#8675 Until then, use conda config --set channel_priority strict
1 parent 44772f9 commit 336135b

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

envs/requirements-tigergpu.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: frnn
22
channels:
33
- defaults
4-
channel_priority: strict
4+
#channel_priority: strict
55
dependencies:
66
- python==3.6.8
7-
- scipy
8-
- pandas
9-
- flake8
10-
- h5py
11-
- pyparsing
12-
- pyyaml
13-
- tensorflow-gpu>=1.3,<2.0.0
7+
- scipy
8+
- pandas
9+
- flake8
10+
- h5py
11+
- pyparsing
12+
- pyyaml
13+
- tensorflow-gpu>=1.3,<2.0.0
1414
- pip:
1515
- keras>=2.0.5
1616
- pathos

envs/requirements-traverse.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: frnn
22
channels:
3-
- https:////public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda
3+
- https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda
44
- defaults
5-
channel_priority: strict
5+
# channel_priority: strict # set in .condarc
66
dependencies:
77
- python==3.6.8
8-
- scipy
9-
- pandas
10-
- flake8
11-
- h5py
12-
- pyparsing
13-
- pyyaml
14-
- tensorflow-gpu>=1.3,<2.0.0
8+
- pip
9+
- scipy
10+
- pandas
11+
- flake8
12+
- h5py
13+
- pyparsing
14+
- pyyaml
15+
- tensorflow-gpu>=1.3,<2.0.0
1516
- pip:
1617
- keras>=2.0.5
1718
- pathos

0 commit comments

Comments
 (0)