Spaces:
Sleeping
Sleeping
File size: 494 Bytes
74b5937 ffb2e0d 74dd98e ffb2e0d 1b13f5d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "adaptive-cache-env"
version = "1.0.0"
description = "An OpenEnv-compliant adaptive cache eviction simulator."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"numpy>=2.1.0",
"pydantic>=2.9.0",
"openai>=1.55.0",
"fastapi==0.110.0",
"uvicorn==0.27.1",
"openenv-core>=0.2.0",
"python-dotenv>=1.0.0"
]
[project.scripts]
server = "server.app:main" |