Skip to content

Commit fbb1d2d

Browse files
committed
Last of rebrand
1 parent f5b7736 commit fbb1d2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: fune
1+
name: kiln
22
channels:
33
- defaults
44
- conda-forge
55
dependencies:
66
- pip=24.0
77
- python=3.12.4
88
- pip:
9-
- -r requirements.txt
10-
prefix: /opt/anaconda3/envs/fune
9+
- -r requirements.txt
10+
prefix: /opt/anaconda3/envs/kiln

start_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env zsh
22

3-
conda activate fune
3+
conda activate kiln
44

0 commit comments

Comments
 (0)