optigami / pyproject.toml
ianalin123's picture
chore: update package.json, pyproject.toml, and requirements.txt
91deb66
raw
history blame
546 Bytes
[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 = ["."]