Skip to content

Commit

Permalink
Update numpy and numba
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jan 5, 2025
1 parent 50f689b commit bae5845
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ fpdf
xarray

# Scientific computing
numpy
numpy>=2.1 # required for f2py to work with setuptools>=74
sympy
uncertainties
scipy
cython
numba
# numba from git avoids version pin numpy<2.1
git+https://github.com/numba/[email protected]#egg=numba
matplotlib
plotly>=5.22
scikit-build
Expand Down

0 comments on commit bae5845

Please sign in to comment.