-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python versions and GitHub Actions configuration (#82)
* 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
- Loading branch information
Showing
16 changed files
with
1,148 additions
and
567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.