Spaces:
Sleeping
Sleeping
File size: 551 Bytes
ab7c428 852bf33 d97ff83 ff7be06 d97ff83 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [project]
name = "inventory-env"
version = "0.1.0"
description = "Retail Inventory Optimization RL Environment for OpenEnv"
requires-python = ">=3.10"
dependencies = [
"openenv-core[core]>=0.2.0",
"fastapi>=0.115.0",
"uvicorn>=0.24.0",
"pydantic>=2.0.0",
"numpy>=1.24.0",
"openai>=1.0.0",
"python-dotenv>=1.0.0",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["server"]
[project.scripts]
server = "server.app:main" |