Skip to content

Commit

Permalink
Merge pull request #1212 from dlminvestments/renovate/numpy-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency numpy to v2
  • Loading branch information
dlminvestments authored Jun 21, 2024
2 parents b8044f7 + eacc84b commit a1f2817
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/ml-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tensorflow==2.16.1

numpy==1.26.4
numpy==2.0.0

pandas==2.2.2

Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
cycler==0.12.1
kiwisolver==1.4.5
matplotlib==3.9.0
numpy==1.26.4
numpy==2.0.0
pandas==2.2.2
pyparsing==3.1.2
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -145,7 +145,7 @@ urllib3==2.2.1 # not directly required, pinned by Snyk to avoid a vulnerability

tensorflow==2.16.1

numpy==1.26.4
numpy==2.0.0

pandas==2.2.2

Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ kiwisolver==1.4.5
renovate/pandas-1.x
matplotlib==3.9.0
renovate/numpy-1.x
numpy==1.26.4
numpy==2.0.0
pandas==2.2.2

matplotlib==3.9.0
numpy==1.26.4
numpy==2.0.0
pandas==2.2.2
redis==5.0.6

numpy==1.26.4
numpy==2.0.0
pandas==2.2.2

matplotlib==3.9.0
numpy==1.26.4
numpy==2.0.0
pandas==2.2.2
main
main
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements/requirements-optionals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
cycler==0.12.1
kiwisolver==1.4.5
matplotlib==3.9.0
numpy==1.26.4
numpy==2.0.0
pandas==2.2.2
pyparsing==3.1.2
python-dateutil==2.9.0.post0
Expand Down

0 comments on commit a1f2817

Please sign in to comment.