Skip to content

Commit d55d50c

Browse files
committed
add basic environment file
1 parent 6a951e4 commit d55d50c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

environment.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'kcds-prog'
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python>=3.11,<3.13
7+
- altair-all=5.5.*
8+
- pandas=1.5.*
9+
- scipy
10+
- matplotlib
11+
- jupyter
12+
- quarto
13+
- pip
14+
15+

0 commit comments

Comments
 (0)