Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setuptools to install_requires (#2720)
When installing a pre-built wheel in a venv on Python 3.12, calling `nrniv` fails because the wrapper script uses `setuptools` for some functionality, so it should also be added as a runtime dependency.
- Loading branch information