Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
da37880b
Commit
da37880b
authored
Apr 24, 2025
by
Jennifer Wei
Browse files
Allow numpy>2 and support compute capability >9
parent
cb899a5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
environment.yml
environment.yml
+1
-1
setup.py
setup.py
+1
-0
No files found.
environment.yml
View file @
da37880b
...
@@ -14,7 +14,7 @@ dependencies:
...
@@ -14,7 +14,7 @@ dependencies:
-
pdbfixer
-
pdbfixer
-
pytorch-lightning
-
pytorch-lightning
-
biopython
-
biopython
-
numpy
<2.0.0
-
numpy
-
pandas
-
pandas
-
PyYAML
-
PyYAML
-
requests
-
requests
...
...
setup.py
View file @
da37880b
...
@@ -54,6 +54,7 @@ def get_cuda_bare_metal_version(cuda_dir):
...
@@ -54,6 +54,7 @@ def get_cuda_bare_metal_version(cuda_dir):
compute_capabilities
=
set
([
compute_capabilities
=
set
([
(
5
,
2
),
# Titan X
(
5
,
2
),
# Titan X
(
6
,
1
),
# GeForce 1000-series
(
6
,
1
),
# GeForce 1000-series
(
9
,
0
),
# Hopper
])
])
compute_capabilities
.
add
((
7
,
0
))
compute_capabilities
.
add
((
7
,
0
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment