Commit 82b24508 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix setup.py for Colab

parent 7e923e72
...@@ -23,8 +23,7 @@ setup( ...@@ -23,8 +23,7 @@ setup(
author_email='gahdritz@gmail.com', author_email='gahdritz@gmail.com',
license='Apache License, Version 2.0', license='Apache License, Version 2.0',
url='https://github.com/aqlaboratory/openfold', url='https://github.com/aqlaboratory/openfold',
packages=find_packages(where="openfold"), packages=find_packages(),
package_dir={"":"openfold"},
install_requires=[ install_requires=[
'torch', 'torch',
'deepspeed', 'deepspeed',
......
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