Skip to content

Commit

Permalink
Add numpy to pre-release dependency build. Remove sympy because of a …
Browse files Browse the repository at this point in the history
…regression introduced in 1.13.0rc0
  • Loading branch information
ericpre committed Jun 8, 2024
1 parent 4b33287 commit 5115146
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
HYPERSPY_VERSION: 'RnMinor'
RSIO_VERSION: 'dev'
EXTENSION_VERSION: 'dev'
DEPENDENCIES: matplotlib scipy scikit-learn sympy h5py scikit-image numba
# Issue with Sympy 1.13.0rc0
# See https://github.com/sympy/sympy/issues/26663
DEPENDENCIES: matplotlib scipy scikit-learn h5py scikit-image numba numpy
USE_MAMBA: false
PYTHON_VERSION: '3.11'
- DEPENDENCIES_NUMBA_DEV: true
Expand Down

0 comments on commit 5115146

Please sign in to comment.