fix: unpin numpy (#30761)
This commit is contained in:
committed by
GitHub
parent
6cdc481db8
commit
bd90ebde7b
@@ -28,6 +28,7 @@ from six.moves import xrange
|
||||
|
||||
random = random_module.Random(%r)
|
||||
random.Random = random_module.Random
|
||||
random.SystemRandom = random_module.SystemRandom
|
||||
sys.modules['random'] = random
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user