Merge pull request #25 from macaodha/fix/update-dependencies

Add support for python 3.11. Update dependencies requirements
This commit is contained in:
Santiago Martinez Balvanera 2024-01-30 12:40:54 +00:00 committed by GitHub
commit 875a581044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

View File

@ -13,18 +13,18 @@ authors = [
{ "name" = "Santiago Martinez Balvanera", "email" = "santiago.balvanera.20@ucl.ac.uk" }
]
dependencies = [
"librosa",
"matplotlib",
"numpy",
"pandas",
"scikit-learn",
"scipy",
"torch>=1.13.1,<2",
"librosa>=0.10.1",
"matplotlib>=3.7.1",
"numpy>=1.23.5",
"pandas>=1.5.3",
"scikit-learn>=1.2.2",
"scipy>=1.10.1",
"torch>=1.13.1",
"torchaudio",
"torchvision",
"click",
"click>=8.1.7",
]
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8,<3.12"
readme = "README.md"
license = { text = "CC-by-nc-4" }
classifiers = [