google-deepmind / google-deepmind/bsuite
Incompatible with numpy>0.24
Open
- Dominant language
- Python
- Stars
- 1.6k
- Forks
- 190
- PR merge metrics
- No merged PRs in 30d
Description
`np.int` and analogous expired their deprecation period and have been removed in Numpy 0.24.0:
https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations
This causes:
```python
import bsuite
# Output
AttributeError: module 'numpy' has no attribute 'int'
```
Contributor guide
Assessment
This issue has not been assessed yet.