mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
Update dependencies
This commit is contained in:
parent
10b95738e8
commit
785d81a351
3 changed files with 480 additions and 366 deletions
838
poetry.lock
generated
838
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,9 +6,10 @@ authors = ["Correl Roush <correl@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "~3.8"
|
||||||
|
numpy = "^1.17.2"
|
||||||
pyalsaaudio = "^0.9.0"
|
pyalsaaudio = "^0.9.0"
|
||||||
pydejavu = {git = "https://github.com/worldveil/dejavu.git"}
|
pydejavu = {git = "https://github.com/correl/dejavu.git", branch = "requirements"}
|
||||||
requests = "^2.24.0"
|
requests = "^2.24.0"
|
||||||
pygame = "^1.9.6"
|
pygame = "^1.9.6"
|
||||||
|
|
||||||
|
|
3
requirements.arch
Normal file
3
requirements.arch
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
gcc-fortran
|
||||||
|
blas
|
||||||
|
lapack
|
Loading…
Reference in a new issue