Skip to content

Commit 01ff426

Browse files
fix CI environment
1 parent 4918ae4 commit 01ff426

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

environment.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: ci-env
2+
23
channels:
34
- conda-forge
5+
46
dependencies:
57
- python=3.10
68
- pip
9+
710
- pip:
811
- pytest
9-
- psutil
10-
- customtkinter
12+
- psutil>=5.9.0
13+
- customtkinter>=5.2.0

0 commit comments

Comments
 (0)