Skip to content

Commit

Permalink
Install stable version of mpmath
Browse files Browse the repository at this point in the history
The current pre-release is not working with the latest sympy release
  • Loading branch information
mstimberg committed Mar 15, 2024
1 parent 0ab3fca commit f475745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_latest.yml
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
${{ steps.python.outputs.python-path }} -m pip install --upgrade pip setuptools
${{ steps.python.outputs.python-path }} -m pip install --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy scipy
${{ steps.python.outputs.python-path }} -m pip install mpmath # install stable version
${{ steps.python.outputs.python-path }} -m pip install --pre pytest cython sympy pyparsing jinja2 sphinx
- name: Install Brian2
run: ${{ steps.python.outputs.python-path }} -m pip install --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple .
Expand Down

0 comments on commit f475745

Please sign in to comment.