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 supported python versions, versioneer, install, GitHub Actions; format/lint
* Update Python version support and upgrade setup-python action to v5
* Fix Python version formatting in GitHub Actions workflow
* Update Python version requirements to 3.8 or higher
* try adding blas and lapack dependencies
* Replace setup-python with conda for dependency management and remove OS-specific installation steps for BLAS and LAPACK
* Add conda-forge channel to workflow and verify Python and pip installation
* Add Miniconda version and environment activation to workflow
* Enable auto-activation of the base environment in the workflow and clean up unnecessary conda info commands
* Activate the conda environment in the workflow and ensure the base environment is auto-activated
* Add default shell configuration for workflow and remove explicit conda activation
* fix stdpopsim api call in sim nb
* fix factorial api call
* Add conditional installation of gcc and clang for Ubuntu and macOS
* gxx, not gcc
* compiler env vars
* abandon conda
* fix workflow syntax
* Update macOS version in build matrix to macos-15-large
* Update macOS condition for installing blas/lapack to macos-15-large
* Replace Ubuntu and macOS blas/lapack installation steps with Homebrew setup
* Refactor Homebrew installation steps in build workflow
* abandon macos
* matrix syntax
* Remove Python 3.13 from the build matrix in GitHub Actions workflow
* black format
* Replace DeviceArray with Array in documentation examples
* Update installation instructions to include --use-pep517 flag (see #81)
* try macos again with pep517
* no macos, install blas/lapack
Workaround:
pip install --use-pep517 mushi
The text was updated successfully, but these errors were encountered: