google-deepmind / google-deepmind/bsuite

Incompatible with numpy>0.24

Open
#47 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.