Skip to content

Commit 6a25850

Browse files
committed
Update numpy requirement for reinforcement_learning to be <2
Current version of the example requires `numpy<2` otherwise the following error can be seen: ``` AttributeError: module 'numpy' has no attribute 'bool8'. Did you mean: 'bool'? ``` Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
1 parent c1f5bb3 commit 6a25850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch
2-
numpy
2+
numpy<2
33
gym
44
pygame

0 commit comments

Comments
 (0)