smart-delivery-env / pyproject.toml
RaviGohelAI
fix: scores strictly 0.05-0.95 never 0.0 or 1.0
23c53d1
raw
history blame contribute delete
533 Bytes
[project]
name="smart-delivery-env"
version="1.0.0"
description="AI Delivery Decision RL Environment"
readme="README.md"
requires-python=">=3.9"
license={text="MIT"}
authors=[{name="Ravi Gohel",email="neuroravii22@gmail.com"}]
dependencies=["fastapi>=0.100.0","uvicorn[standard]>=0.20.0","pydantic>=2.0.0","requests>=2.28.0","openai>=1.0.0","openenv-core>=0.2.0"]
[project.scripts]
server="server.app:main"
[build-system]
requires=["hatchling"]
build-backend="hatchling.build"
[tool.hatch.build.targets.wheel]
packages=["server"]