File size: 753 Bytes
67acd34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
[project]
name = "topobench"
version = "0.1.0"
description = "Standalone benchmark runner, verifier, and Hugging Face Space app for topology puzzle families."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "anthropic>=0.40.0",
    "datasets>=3.1.0",
    "fastapi>=0.116.0",
    "google-genai>=1.30.0",
    "httpx>=0.28.0",
    "json-repair>=0.39.0",
    "numpy>=2.0.0",
    "openai>=1.55.0",
    "pandas>=2.2.0",
    "pydantic>=2.11.0",
    "pygame>=2.1.0",
    "python-dotenv>=1.0.1",
    "tqdm>=4.67.0",
    "uvicorn>=0.35.0",
]

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
include = ["space_app*"]