File size: 384 Bytes
db56cf5
 
 
 
 
 
 
 
 
 
71f6464
 
d57e49b
7bae071
db56cf5
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = ""
version = ""
description = ""
authors = [
    {name = "Marco Acierno",email = "[email protected]"},
]
dependencies = [
    "fastapi>=0.109.0",
    "uvicorn[standard]>=0.25.0",
    "numpy>=1.26.3",
    "transformers[torch]>=4.36.2",
    "ninja>=1.11.1.1",
    "packaging>=23.2",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}