Skip to content

Commit

Permalink
Merge pull request #1254 from dlminvestments/renovate/numpy-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency numpy to v2.0.1
  • Loading branch information
dlminvestments authored Jul 24, 2024
2 parents aa06277 + b50a8b9 commit c3a2dfc
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.17.0

numpy==2.0.0
numpy==2.0.1

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.1
numpy==2.0.0
numpy==2.0.1
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.2 # not directly required, pinned by Snyk to avoid a vulnerability

tensorflow==2.17.0

numpy==2.0.0
numpy==2.0.1

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.1
renovate/numpy-1.x
numpy==2.0.0
numpy==2.0.1
pandas==2.2.2

matplotlib==3.9.1
numpy==2.0.0
numpy==2.0.1
pandas==2.2.2
redis==5.0.7

numpy==2.0.0
numpy==2.0.1
pandas==2.2.2

matplotlib==3.9.1
numpy==2.0.0
numpy==2.0.1
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.1
numpy==2.0.0
numpy==2.0.1
pandas==2.2.2
pyparsing==3.1.2
python-dateutil==2.9.0.post0
Expand Down

0 comments on commit c3a2dfc

Please sign in to comment.