Skip to content

Commit

Permalink
use conda-forge as default channel
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Mar 14, 2021
1 parent cac8d3a commit 75c6921
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/config/linux_win_env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: test
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand Down
1 change: 0 additions & 1 deletion .github/config/macos_env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: test
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand Down
3 changes: 1 addition & 2 deletions conda_env/cpu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand All @@ -24,8 +23,8 @@ dependencies:
- pybtex
- mordred
- tqdm
- matminer
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
3 changes: 1 addition & 2 deletions conda_env/cuda101.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand All @@ -25,8 +24,8 @@ dependencies:
- pybtex
- mordred
- tqdm
- matminer
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
3 changes: 1 addition & 2 deletions conda_env/cuda102.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand All @@ -25,8 +24,8 @@ dependencies:
- pybtex
- mordred
- tqdm
- matminer
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
3 changes: 1 addition & 2 deletions conda_env/cuda110.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand All @@ -25,8 +24,8 @@ dependencies:
- pybtex
- mordred
- tqdm
- matminer
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
3 changes: 1 addition & 2 deletions conda_env/cuda92.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand All @@ -25,8 +24,8 @@ dependencies:
- pybtex
- mordred
- tqdm
- matminer
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
3 changes: 1 addition & 2 deletions conda_env/osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
channels:
- defaults
- pytorch
- conda-forge
dependencies:
Expand All @@ -23,8 +22,8 @@ dependencies:
- pybtex
- mordred
- tqdm
- matminer
- pip
- pip:
- Python-Deprecated
- matminer
- xenonpy
1 change: 0 additions & 1 deletion devtools/extra_env.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
channels:
- defaults
- conda-forge
dependencies:
- yapf
Expand Down

0 comments on commit 75c6921

Please sign in to comment.