mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
fix: need numpy for docs and testing (#6766)
This commit is contained in:
4
setup.py
4
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user