Skip to content

Commit

Permalink
Try to use latest version of numdifftools to support numpy 1.25 and l…
Browse files Browse the repository at this point in the history
…mfit
  • Loading branch information
ericpre committed Nov 4, 2023
1 parent 55ee7d5 commit f16e9a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ jobs:
where python
where pip
pip install ${{ env.LIB_TO_INSTALL }}
# lmfit version seems to be old
# numdifftools latest version has support for numpy 1.25
pip install --upgrade lmfit numdifftools
- name: Pip list
shell: cmd
Expand Down

0 comments on commit f16e9a2

Please sign in to comment.