Skip to content

Commit 34826ac

Browse files
committed
chore(conda): remove main channel
By using the conda-forge channel exclusively we should get the most up-to-date software
1 parent d23fc19 commit 34826ac

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

environment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
channels:
22
- conda-forge
3-
- main
43
dependencies:
54
- beautifulsoup4=4.12.3
65
- black=24.10.0

scripts/environment-unpinned.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: openwpm
22
channels:
33
- conda-forge
4-
- main
54
dependencies:
65
- beautifulsoup4
76
- click

scripts/repin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ esac
3838

3939

4040
# Export the environment including manually specify channels
41-
conda env export --no-builds --override-channels -c conda-forge -c main -f ../environment.yaml
41+
conda env export --no-builds --override-channels -c conda-forge -f ../environment.yaml
4242

4343
# Prune environment file to only things we want to pin
4444
python prune-environment.py

0 commit comments

Comments
 (0)