-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 752 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (30 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "system-one-engine"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "condeadriankeith", email = "adriankeithconde@gmail.com" }
]
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.141.1",
"httpx>=0.28.1",
"numpy>=2.5.3",
"onnx>=1.23.0",
"onnxruntime>=1.30.0",
"onnxscript>=0.7.2",
"pydantic>=2.13.5",
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
"scikit-learn>=1.9.1",
"torch>=2.14.0",
"transformers>=5.17.0",
"uvicorn>=0.53.0",
"windows-curses>=2.3.3; platform_system == 'Windows'",
]
[build-system]
requires = ["uv_build>=0.9.11,<0.10.0"]
build-backend = "uv_build"
[tool.pytest.ini_options]
testpaths = ["tests"]