mirror of
https://github.com/aqlaboratory/openfold.git
synced 2026-06-04 12:44:26 +08:00
Remove pip requirements from setup.py
This commit is contained in:
10
setup.py
10
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user