Skip to content

Commit

Permalink
Update numpy for Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Oct 27, 2024
1 parent 1f651a0 commit af386af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/spec/fixtures/projects/unresolvable/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jupyter_nbextensions_configurator

librosa
numba==0.48
numpy==1.26.1
numpy==1.26.4

jax
matplotlib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asn1crypto==1.4.0 # via cryptography
cffi==1.11.5 # via cryptography
cryptography==2.2.2 # via -r requirements.in
idna==2.10 # via cryptography
numpy==1.26.1 # via -r requirements.in, pandas
numpy==1.26.4 # via -r requirements.in, pandas
pandas==2.1.1 # via -r requirements.in
pycparser==2.18 # via cffi
python-dateutil==2.8.1 # via pandas
Expand Down

0 comments on commit af386af

Please sign in to comment.