Update to python 3.8

This commit is contained in:
kris 2023-01-18 00:02:44 +00:00
parent 1d5bcfd74e
commit 9cea6f7d18
2 changed files with 24 additions and 6 deletions

View File

@ -50,10 +50,10 @@ TODO: link video once it is available.
## Installation
This currently requires python3.7 because some dependencies (e.g. weighted-levenshtein) don't compile with 3.9+.
This currently requires python3.8 because some dependencies (e.g. weighted-levenshtein) don't compile with 3.9+.
```
python3.7 -m venv venv
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

View File

@ -1,12 +1,30 @@
appdirs==1.4.4
audioread==3.0.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.0.1
colormath==3.0.0
decorator==5.1.1
etaprogress==1.1.1
idna==3.4
importlib-metadata==6.0.0
joblib==1.2.0
librosa==0.9.2
networkx==2.6.3
numpy==1.21.6
llvmlite==0.39.1
networkx==3.0
numba==0.56.4
numpy==1.23.5
packaging==23.0
Pillow==9.4.0
scikit-learn==1.0.2
pooch==1.6.0
pycparser==2.21
requests==2.28.2
resampy==0.4.2
scikit-learn==1.2.0
scikit-video==1.1.11
scipy==1.7.3
scipy==1.10.0
soundfile==0.11.0
threadpoolctl==3.1.0
urllib3==1.26.14
weighted-levenshtein==0.2.1
zipp==3.11.0