Commit 7e923e72 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove automatic import of OpenMM scripts

parent 3dcc2bb5
...@@ -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"])
...@@ -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',
......
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