Skip to content

Commit 7fe021a

Browse files
committed
conda dependency fix
1 parent 40dabb3 commit 7fe021a

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/environment-ci.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
name: compiam-dev
2+
23
channels:
34
- conda-forge
45
- defaults
6+
57
dependencies:
8+
- python=3.9
69
- pip
7-
#######
10+
- libvorbis
11+
812
- pip:
9-
- "keras<3.0.0"
10-
- "tensorflow>=2.12.0,<2.16"
11-
- "torch==2.0.0"
12-
- "torchaudio==2.0.1"
13-
- "essentia"
14-
- "soundfile>=0.12.1"
15-
- "opencv-python~=4.6.0"
16-
- "mirdata==0.3.9"
17-
- "compmusic==0.4"
18-
- "attrs>=23.1.0"
19-
- "black>=23.3.0"
20-
- "decorator>=5.1.1"
21-
- "future>=0.18.3"
22-
- "testcontainers>=3.7.1"
23-
- "madmom @ git+https://github.com/vivekvjyn/madmom.git"
24-
- "attrs>=23.1.0"
25-
- "matplotlib>=3.0.0"
26-
- "numpy>=1.20.3,<=1.26.4"
27-
- "joblib>=1.2.0"
28-
- "pathlib~=1.0.1"
29-
- "tqdm>=4.66.1"
30-
- "IPython>=7.34.0"
31-
- "ipywidgets>=7.0.0,<8"
32-
- "Jinja2~=3.1.2"
33-
- "configobj~=5.0.6"
34-
- "seaborn"
35-
- "librosa>=0.10.1"
36-
- "scikit-learn==1.5.2"
37-
- "scikit-image~=0.24.0"
38-
- "hmmlearn==0.3.3"
39-
- "fastdtw~=0.3.4"
40-
#######
41-
- libvorbis
42-
- pytest>=7.4.3
13+
- keras<3.0.0
14+
- tensorflow>=2.12.0,<2.16
15+
- torch==2.0.0
16+
- torchaudio==2.0.1
17+
- essentia
18+
- soundfile>=0.12.1
19+
- opencv-python~=4.6.0
20+
- mirdata==0.3.9
21+
- compmusic==0.4
22+
- attrs>=23.1.0
23+
- black>=23.3.0
24+
- decorator>=5.1.1
25+
- future>=0.18.3
26+
- testcontainers>=3.7.1
27+
- madmom @ git+https://github.com/vivekvjyn/madmom.git
28+
- matplotlib>=3.0.0
29+
- numpy>=1.20.3,<=1.26.4
30+
- joblib>=1.2.0
31+
- tqdm>=4.66.1
32+
- IPython>=7.34.0
33+
- ipywidgets>=7.0.0,<8
34+
- Jinja2~=3.1.2
35+
- configobj~=5.0.6
36+
- seaborn
37+
- librosa>=0.10.1
38+
- scikit-learn==1.5.2
39+
- scikit-image~=0.24.0
40+
- hmmlearn==0.3.3
41+
- fastdtw~=0.3.4
42+
- pytest>=7.4.3

0 commit comments

Comments
 (0)