h2r / pomdp-py

A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
MIT License
209 stars 49 forks source link

Move to pyproject.toml #44

Closed zkytony closed 7 months ago

zkytony commented 7 months ago

Migrate to pyproject.toml to specify dependencies with minimal setup.py to build Cython extensions.

Also separate core and additional dependencies.