File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Changelog follow the https://keepachangelog.com/ standard (at least the headers)
88
99## [ Unreleased]
1010
11+ ## [ 1.1.1] - 2025-02-11
12+
13+ * Restore numpy 1.26 compatibility
14+
1115## [ 1.1.0] - 2025-02-07
1216
1317* Add ` kd.nn.WrapperModule ` to make a inner-module transparent with
@@ -105,7 +109,8 @@ Changelog follow the https://keepachangelog.com/ standard (at least the headers)
105109
106110< !-- mdlint off(LINK_UNUSED_ID ) -- >
107111
108- [Unreleased]: https:// github.com/ google- research/ kauldron/ compare/ v1.1.0... HEAD
112+ [Unreleased]: https:// github.com/ google- research/ kauldron/ compare/ v1.1.1... HEAD
113+ [1.1 .1]: https:// github.com/ google- research/ kauldron/ releases/ tag/ v1.1.0... v1.1.1
109114[1.1 .0]: https:// github.com/ google- research/ kauldron/ releases/ tag/ v1.0.0... v1.1.0
110115[1.0 .0]: https:// github.com/ google- research/ kauldron/ releases/ tag/ v0.1.0... v1.0.0
111116[0.1 .0]: https:// github.com/ google- research/ kauldron/ releases/ tag/ v0.1.0
Original file line number Diff line number Diff line change 2121
2222# A new PyPI release will be pushed everytime `__version__` is increased
2323# When changing this, also update the CHANGELOG.md
24- __version__ = '1.1.0 '
24+ __version__ = '1.1.1 '
2525
2626
2727def __getattr__ (name : str ): # pylint: disable=invalid-name
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies = [
3030 " lark" ,
3131 " mediapy" ,
3232 " ml_collections" ,
33- " numpy>2 " ,
33+ " numpy" ,
3434 " opencv-python" , # speeds up pygrain image loading
3535 " optax" ,
3636 " orbax-checkpoint" ,
You can’t perform that action at this time.
0 commit comments