Skip to content

Commit 403a308

Browse files
Bump numpy from 1.22.0 to 2.2.6
Bumps [numpy](https://github.com/numpy/numpy) from 1.22.0 to 2.2.6. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.22.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dad4372 commit 403a308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/dev_require.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The following packages are used in building the test data generator framework.
22
# All packages used are already installed in the Databricks runtime environment for version 6.5 or later
3-
numpy==1.22.0
3+
numpy==2.2.6
44
pandas==1.4.4
55
pickleshare==0.7.5
66
py4j>=0.10.9.3

python/require.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The following packages are used in building the test data generator framework.
22
# All packages used are already installed in the Databricks runtime environment for version 6.5 or later
3-
numpy==1.22.0
3+
numpy==2.2.6
44
pandas==1.4.4
55
pickleshare==0.7.5
66
py4j==0.10.9

0 commit comments

Comments
 (0)