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:
# Avoid needlessly cluttering the global namespace
del _files, _m, _modules
from . import relax
__all__.extend(["relax"])
......@@ -33,6 +33,7 @@ setup(
'numpy',
'scipy',
'pytorch_lightning',
'dm-tree',
],
classifiers=[
'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