We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc647c commit 1aa47e4Copy full SHA for 1aa47e4
README.md
@@ -19,7 +19,7 @@ This repository includes:
19
1. If needed, create a new environment with python 3.9 and activate it:
20
21
```bash
22
-conda create -n ptsed python=3.9
+conda create -n ptsed python=3.9 cython
23
conda activate ptsed
24
```
25
requirements.txt
@@ -3,7 +3,6 @@ librosa
3
pandas
4
timm
5
nnAudio
6
-Cython
7
av>=10.0.0
8
h5py>=3.8.0
9
jsonpickle>=3.0.1
0 commit comments