kmzzhang / nbi

Package for Neural Posterior Estimation and Importance Sampling focused on Astronomical Applications
Other
33 stars 4 forks source link

Unify setup.py and pyproject.toml #17

Closed stefanv closed 1 year ago

stefanv commented 1 year ago

Since the package does not build any extensions, there's little point in having a setup.py.

A static dependency definition can be provided in pyproject.toml.

Installation instructions should be updated to use pip: pip install . (source) or pip install <package-name> (pypi).

kmzzhang commented 1 year ago

Resolved