Skip to content

Commit

Permalink
Update numpy requirement from <1.24 to <1.27
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...v1.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 2cf4b18 commit 5f29dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pyspark>=3.3.0",
"delta-spark>=2.2.0",
"pandas<2.0.0", # From 2.0.0 onwards, pandas does not support iteritems() anymore, spark.createDataFrame will fail
"numpy<1.24", # From 1.24 onwards, module 'numpy' has no attribute 'bool'.
"numpy<1.27", # From 1.24 onwards, module 'numpy' has no attribute 'bool'.
]

TEST_REQUIREMENTS = [
Expand Down

0 comments on commit 5f29dcb

Please sign in to comment.