PlasmaPy / hack-week

2022 Hack Week material...slides,notebooks, and more
BSD 2-Clause "Simplified" License
9 stars 41 forks source link

Fix `environment.yml` #37

Closed namurphy closed 2 years ago

namurphy commented 2 years ago

When trying to import PlasmaPy, I got an error that Numba requires NumPy 1.21 or less. This should have been caught by the dependency resolver, but in the meantime, I'm going to pin the NumPy version to 1.21.

Binder