Skip to content

Commit

Permalink
Numpy 2.0 allowed in pyproject.toml (#8306)
Browse files Browse the repository at this point in the history
### Related
* Part of #6762

### What
A very small commit to see if CI still pass with Numpy 2.0 and over
allowed, as python projects are moving quickly to it.
  • Loading branch information
Ipuch authored Dec 9, 2024
1 parent 36cf7e0 commit b3e35a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rerun_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
dependencies = [
# Must match list in `.github/workflows/reusable_test_wheels.yml`
"attrs>=23.1.0",
"numpy>=1.23,<2",
"numpy>=1.23",
"pillow>=8.0.0", # Used for JPEG encoding. 8.0.0 added the `format` arguments to `Image.open`
"pyarrow>=14.0.2",
"typing_extensions>=4.5", # Used for PEP-702 deprecated decorator
Expand Down

0 comments on commit b3e35a3

Please sign in to comment.