Remove pip requirements from setup.py

This commit is contained in:
Gustaf Ahdritz
2022-07-19 13:01:56 -04:00
parent 99c080f8bc
commit 68a48604b1

View File

@@ -89,16 +89,6 @@ setup(
}
)],
cmdclass={'build_ext': BuildExtension},
install_requires=[
'torch',
'deepspeed',
'biopython',
'ml-collections',
'numpy',
'scipy',
'pytorch_lightning',
'dm-tree',
],
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',