diff --git a/environment.yml b/environment.yml index 81712782..14af1d90 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: fune +name: kiln channels: - defaults - conda-forge @@ -6,5 +6,5 @@ dependencies: - pip=24.0 - python=3.12.4 - pip: - - -r requirements.txt -prefix: /opt/anaconda3/envs/fune + - -r requirements.txt +prefix: /opt/anaconda3/envs/kiln diff --git a/start_env.sh b/start_env.sh index 78456a4c..472c22c9 100755 --- a/start_env.sh +++ b/start_env.sh @@ -1,4 +1,4 @@ #!/usr/bin/env zsh -conda activate fune +conda activate kiln