Skip to content

downgrade torch #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try again
  • Loading branch information
hmc-cs-bbaker committed May 23, 2024
commit 8533a046d1d23e872d58a6ca270ca21a230ba7a6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
url='https://github.com/RosettaCommons/RFdiffusion',
scripts=["scripts/run_inference.py"],
packages=find_packages(),
install_requires=['torch==2.1.0', 'se3-transformer', 'dgl==2.1.0', 'torchdata==0.7.0'])
install_requires=['torch', 'se3-transformer', 'dgl==2.2.1'])