fix: unpin numpy (#30761)

This commit is contained in:
Mohammad Ahtasham ul Hassan
2022-07-28 15:56:03 +05:00
committed by GitHub
parent 6cdc481db8
commit bd90ebde7b
3 changed files with 2 additions and 9 deletions

View File

@@ -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
"""