Skip to content

Commit

Permalink
Update numpy requirement in /release_creation/bundle/requirements
Browse files Browse the repository at this point in the history
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@v0.2.0...v2.1.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 2699494 commit 2d2b51c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dbt-databricks~=1.0.0
dbt-rpc~=0.1.1
json-rpc==1.13.0
grpcio-status~=1.47.0
numpy<2.0.0
numpy<3.0.0
pyasn1-modules~=0.2.1
pyodbc~=4.0.32
setuptools<71.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dbt-databricks~=1.1.0
dbt-rpc~=0.1.1
json-rpc==1.13.0
grpcio-status~=1.47.0
numpy<2.0.0
numpy<3.0.0
pyarrow!=12.0.1
pyasn1-modules~=0.2.1
pyodbc~=4.0.32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pyasn1-modules~=0.2.1
pyodbc==4.0.32 --no-binary pyodbc
setuptools<71.0
snowflake-connector-python~=3.0,!=3.0.4
numpy<2.0
numpy<3.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pyasn1-modules~=0.2.1
pyodbc==4.0.32 --no-binary pyodbc
setuptools<71.0
snowflake-connector-python~=3.0,!=3.0.4
numpy<2.0
numpy<3.0

0 comments on commit 2d2b51c

Please sign in to comment.