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
7e923e72
Commit
7e923e72
authored
Oct 08, 2021
by
Gustaf Ahdritz
Browse files
Remove automatic import of OpenMM scripts
parent
3dcc2bb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
openfold/np/__init__.py
openfold/np/__init__.py
+0
-5
setup.py
setup.py
+1
-0
No files found.
openfold/np/__init__.py
View file @
7e923e72
...
@@ -11,9 +11,4 @@ for _m in _modules:
...
@@ -11,9 +11,4 @@ for _m in _modules:
# Avoid needlessly cluttering the global namespace
# Avoid needlessly cluttering the global namespace
del
_files
,
_m
,
_modules
del
_files
,
_m
,
_modules
from
.
import
relax
__all__
.
extend
([
"relax"
])
setup.py
View file @
7e923e72
...
@@ -33,6 +33,7 @@ setup(
...
@@ -33,6 +33,7 @@ setup(
'numpy'
,
'numpy'
,
'scipy'
,
'scipy'
,
'pytorch_lightning'
,
'pytorch_lightning'
,
'dm-tree'
,
],
],
classifiers
=
[
classifiers
=
[
'License :: OSI Approved :: Apache Software License'
,
'License :: OSI Approved :: Apache Software License'
,
...
...
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