Skip to content

Commit

Permalink
chore(conda): remove main channel
Browse files Browse the repository at this point in the history
By using the conda-forge channel exclusively we should get the
most up-to-date software
  • Loading branch information
vringar committed Jan 16, 2025
1 parent d23fc19 commit adbbbc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
channels:
- conda-forge
- main
dependencies:
- beautifulsoup4=4.12.3
- black=24.10.0
Expand Down
1 change: 0 additions & 1 deletion scripts/environment-unpinned.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: openwpm
channels:
- conda-forge
- main
dependencies:
- beautifulsoup4
- click
Expand Down

0 comments on commit adbbbc4

Please sign in to comment.