mcvine / acc

Accelerated mcvine engine
0 stars 1 forks source link

Update packaging and Numba version #115

Closed ckendrick closed 1 year ago

ckendrick commented 1 year ago

This updates some of the packaging and versioning by adding pyproject.toml and an environment.yml file for more modern installations.

Ideally, the new local setup should now just be:

conda env create
conda activate acc
python -m pip install -e .

The version of Numba is also updated to 0.56.4, and includes a patch for global const array issues found in Numba.