1
0
Fork 0

remove six (hopefully not needed)

pull/577/head
George Hotz 2023-02-20 20:44:23 -08:00
parent efcb3f0cdd
commit 4126bf2982
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ setup(name='tinygrad',
install_requires=['numpy', 'requests', 'pillow', 'tqdm', 'networkx'],
python_requires='>=3.8',
extras_require={
'gpu': ["pyopencl", "six"],
'gpu': ["pyopencl"],
'llvm': ["llvmlite"],
'cuda': ["pycuda"],
'triton': ["triton>=2.0.0.dev20221202"],