Spaces:
Running
Running
File size: 201 Bytes
259d0f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
gunicorn = "*"
tensorflow = "*"
matplotlib = "*"
numpy = "*"
[requires]
python_version = "3.11.4"
|