Spaces:
Running
Running
File size: 546 Bytes
19abe39 e9b7141 19abe39 e9b7141 19abe39 e9b7141 19abe39 | 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 | [build-system]
requires = ["hatchling>=1.25.0"]
build-backend = "hatchling.build"
[project]
name = "optigami"
version = "0.1.0"
description = "Optigami OpenEnv origami environment"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.100.0",
"numpy>=1.24.0",
"openenv-core[core]>=0.2.1",
"pydantic>=2.0.0",
"scipy>=1.10",
"shapely>=2.0.0",
"uvicorn>=0.23.0",
]
[tool.hatch.build.targets.wheel]
packages = ["env", "openenv_runtime", "openenv_server", "server"]
[tool.pytest.ini_options]
pythonpath = ["."]
|