Skip to content

Commit

Permalink
update history
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Oct 30, 2024
1 parent 86b5019 commit b17fead
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# history

## v1.6.4

- [x] fix windows mask api.
- [x] numpy>=2 support for py39+
- [x] update CI\\CD for build macos & windows whl

## v1.6.1 - v1.6.3

- [x] fix windows & macos build for [torchmetrics](https://github.com/Lightning-AI/torchmetrics/pull/2750)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ requires = [
"build",
# Force numpy higher than 2.0rc1, so that built wheels are compatible
# with both numpy 1 and 2
"numpy>=2.0.0rc1 ; python_version >= \"3.10\"",
"oldest-supported-numpy ; python_version < \"3.10\"",
"numpy>=2.0.0rc1 ; python_version >= \"3.9\"",
"oldest-supported-numpy ; python_version < \"3.9\"",
"Cython",
"pybind11>=2.12.0",
]
Expand Down

0 comments on commit b17fead

Please sign in to comment.