Skip to content

Commit 4918ae4

Browse files
add conda environment
1 parent c92d7cf commit 4918ae4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

environment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: ci-env
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.10
6+
- pip
7+
- pip:
8+
- pytest
9+
- psutil
10+
- customtkinter

0 commit comments

Comments
 (0)