fix: need numpy for docs and testing (#6766)

This commit is contained in:
wozeparrot
2024-09-26 16:44:59 +08:00
committed by GitHub
parent 2b899164c6
commit abd484a9f7

View File

@@ -37,6 +37,7 @@ setup(name='tinygrad',
],
#'mlperf': ["mlperf-logging @ git+https://github.com/mlperf/logging.git@4.0.0-rc2"],
'testing': [
"numpy",
"torch",
"pillow",
"pytest",
@@ -63,7 +64,8 @@ setup(name='tinygrad',
"mkdocstrings[python]",
"markdown-callouts",
"markdown-exec[ansi]",
"black"
"black",
"numpy",
],
'testing_tf': [
"tensorflow==2.15.1",