Skip to content

Commit bdd82bc

Browse files
author
bgeurten
committed
updated the environment
1 parent 7256549 commit bdd82bc

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

environment.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.9
7-
- pip=23.3.1
8-
- numpy=1.24.4
9-
- pandas=1.5.3
10-
- scipy=1.10.1
11-
- pillow=9.5.0
12-
- matplotlib=3.7.1
13-
- pims=0.6.1
14-
- tqdm=4.66.1
6+
- python=3.11
7+
- pip
8+
- numpy
9+
- pandas
10+
- scipy
11+
- pillow
12+
- matplotlib
13+
- pims
14+
- tqdm
15+
- ffmpeg
16+
- pyqt=5
17+
- pytest
1518
- pip:
16-
- pygame==2.1.3
17-
- av==10.0.0
18-
- moviepy==1.0.3
19-
- dill==0.3.7
20-
- xlsxwriter==3.1.2
21-
- PyQt5==5.15.10
22-
- opencv-python==4.8.1.78
23-
- appdirs==1.4.4
19+
- pygame>=2.1.3
20+
- av>=10.0.0
21+
- dill
22+
- xlsxwriter
23+
- appdirs
24+

0 commit comments

Comments
 (0)