| [build-system] | |
| requires = ["setuptools>=75", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "batteryswapai-2026" | |
| version = "0.1.0" | |
| description = "Battery replacement planner for BatterySwapAI 2026" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "batteryswap_public==0.3.4", | |
| "fastparquet==2026.5.0", | |
| "huggingface-hub==0.34.4", | |
| "joblib==1.5.3", | |
| "numpy==2.2.6", | |
| "pandas==2.3.3", | |
| "pydantic-settings==2.15.0", | |
| "pyyaml==6.0.2", | |
| "scipy==1.14.1", | |
| "scikit-learn==1.7.2", | |
| "structlog==26.1.0", | |
| ] | |
| [project.optional-dependencies] | |
| dev = ["pytest==9.0.2"] | |
| parquet = ["pyarrow>=19.0"] | |
| legacy-trees = ["catboost>=1.2.8", "lightgbm>=4.6"] | |
| [project.scripts] | |
| bsa = "batteryswapai.cli:main" | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |
| [tool.pytest.ini_options] | |
| pythonpath = ["src"] | |
| testpaths = ["tests"] | |
| addopts = "-q" | |