We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23fc19 commit 34826acCopy full SHA for 34826ac
environment.yaml
@@ -1,6 +1,5 @@
1
channels:
2
- conda-forge
3
-- main
4
dependencies:
5
- beautifulsoup4=4.12.3
6
- black=24.10.0
scripts/environment-unpinned.yaml
@@ -1,7 +1,6 @@
name: openwpm
- - main
- beautifulsoup4
7
- click
scripts/repin.sh
@@ -38,7 +38,7 @@ esac
38
39
40
# Export the environment including manually specify channels
41
-conda env export --no-builds --override-channels -c conda-forge -c main -f ../environment.yaml
+conda env export --no-builds --override-channels -c conda-forge -f ../environment.yaml
42
43
# Prune environment file to only things we want to pin
44
python prune-environment.py
0 commit comments