Skip to content

Commit 1aa47e4

Browse files
committed
install cython with environment
1 parent efc647c commit 1aa47e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository includes:
1919
1. If needed, create a new environment with python 3.9 and activate it:
2020

2121
```bash
22-
conda create -n ptsed python=3.9
22+
conda create -n ptsed python=3.9 cython
2323
conda activate ptsed
2424
```
2525

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ librosa
33
pandas
44
timm
55
nnAudio
6-
Cython
76
av>=10.0.0
87
h5py>=3.8.0
98
jsonpickle>=3.0.1

0 commit comments

Comments
 (0)