Skip to content

Commit

Permalink
Pin NumPy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Jun 25, 2024
1 parent 553b662 commit bf9c864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Released on 14 May 2024

Description

- Pin NumPy version to 1.x
- Improve client error logging
- Fix pylint regression error
- Fix build wheel error
Expand All @@ -30,6 +31,11 @@ Description

Detailed Notes

- The new major version release of Numpy is incompatible with modules
compiled against Numpy 1.x. For both SmartSim and SmartRedis we request a
1.x version of numpy. This is needed in SmartSim because some of the downstream
dependencies request NumPy.
([PR498](https://github.com/CrayLabs/SmartRedis/pull/498))
- Ensure errors raised from client include details
([PR485](https://github.com/CrayLabs/SmartRedis/pull/485))
- Pin pylint to fix regression error
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setup_requires =
setuptools>=42
include_package_data = True
install_requires =
numpy>=1.18.2
numpy>=1.18.2,<2
python_requires = >=3.9,<3.12


Expand Down

0 comments on commit bf9c864

Please sign in to comment.