You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update python_requires and test matrix to support Python 3.11+ (#305)
* Update python_requires and test matrix
* Ruff autofixes for type hints with 3.11+ features
* Use miniforge to install pytorch / healpy on MacOS
* Try using conda-pypi to install dependencies on MacOS
* Manually specify dependencies to install with conda
* Fix pytorch conda package name and skip PyPI dependency install on MacOS
* Add tmate step to allow debugging
* Remove tmate and use explicit shell
* Set explicit shell options as default for job + relax NumPy requirement
* Readd upper bound on NumPy version
* Exclude Python 3.13 on MacOS from matrix
0 commit comments