Skip to content

Commit 33877d6

Browse files
authored
Clean up comments in GUI conda environment base file (#340)
1 parent 574c064 commit 33877d6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

dashboard/gui-base.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
2-
3-
# Install latest dependencies with
4-
# conda create -n gui -f gui-base.yml
5-
#
6-
# But we usually create a lockfile from this file:
7-
# conda-lock --file gui-base.yml --lockfile gui-lock.yml
8-
#
1+
# See README instructions to create a lock file from this source file.
92
name: gui
103
channels:
114
- conda-forge
@@ -30,4 +23,4 @@ dependencies:
3023
- trame-vuetify
3124
- pip:
3225
- pre-commit
33-
- sfapi_client
26+
- sfapi_client

0 commit comments

Comments
 (0)