FlowMo-WM / pyproject.toml
cccat6's picture
Initial FlowMo-WM public code release
604e535 verified
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "driftwm"
version = "0.1.0"
description = "Passive-drift disentangled latent world model for 2D surface vehicles."
requires-python = ">=3.10"
dependencies = [
"numpy",
"torch",
"PyYAML",
"Pillow",
]
[tool.setuptools.packages.find]
include = ["driftwm*", "experiments*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]