Skip to content

Commit b14d2fe

Browse files
chore(deps): update numpy requirement
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.24.0...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41db319 commit b14d2fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"numpy>=1.24.0,<2.0.0",
21+
"numpy>=1.24.0,<3.0.0",
2222
"pandas>=2.0.0,<3.0.0",
2323
"scipy>=1.10.0,<2.0.0",
2424
"yfinance>=0.2.31",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.24.0,<2.0.0
1+
numpy>=1.24.0,<3.0.0
22
pandas>=2.0.0,<3.0.0
33
scipy>=1.10.0,<2.0.0
44
yfinance>=0.2.31

0 commit comments

Comments
 (0)