Skip to content

Commit

Permalink
Last of rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 17, 2024
1 parent f5b7736 commit fbb1d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: fune
name: kiln
channels:
- defaults
- conda-forge
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
2 changes: 1 addition & 1 deletion start_env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh

conda activate fune
conda activate kiln

0 comments on commit fbb1d2d

Please sign in to comment.