Commit 68a48604 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove pip requirements from setup.py

parent 99c080f8
...@@ -89,16 +89,6 @@ setup( ...@@ -89,16 +89,6 @@ setup(
} }
)], )],
cmdclass={'build_ext': BuildExtension}, cmdclass={'build_ext': BuildExtension},
install_requires=[
'torch',
'deepspeed',
'biopython',
'ml-collections',
'numpy',
'scipy',
'pytorch_lightning',
'dm-tree',
],
classifiers=[ classifiers=[
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment