Skip to content

Commit

Permalink
Removed instructions to 'prune' env on update
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Aug 26, 2023
1 parent 90af791 commit 4948775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env_config/env.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create env e.g. w/mamba: `mamba env create -q -f env.yml`
# Update exisiting env e.g. w/mamba: `mamba env update -f env.yml --prune`
# Update exisiting env e.g. w/mamba: `mamba env update -f env.yml`

name: aeon
channels:
Expand Down
2 changes: 1 addition & 1 deletion env_config/env_dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contains only the dev package requirements.
# Create env e.g. w/mamba: `mamba env create -q -f env.yml`
# Update exisiting env e.g. w/mamba: `mamba env update -f env_dev.yml --prune`
# Update exisiting env e.g. w/mamba: `mamba env update -f env_dev.yml`

name: aeon
channels:
Expand Down
2 changes: 1 addition & 1 deletion env_config/env_gpu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contains only the gpu package requirements.
# Create env e.g. w/mamba: `mamba env create -q -f env.yml`
# Update exisiting env e.g. w/mamba: `mamba env update -f env_gpu.yml --prune`
# Update exisiting env e.g. w/mamba: `mamba env update -f env_gpu.yml`

name: aeon
channels:
Expand Down

0 comments on commit 4948775

Please sign in to comment.