Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
nomad-lab
parser-namd
Compare Revisions
3d225e6858fc449e12c5ca45d9597562011f6589...97b653e3fe695775f53a96249a0bb9ad694ef742
Commits (1)
Fixed dependencies in setup.py that broke the install process.
· 97b653e3
Markus Scheidgen
authored
Jul 01, 2020
97b653e3
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
97b653e3
...
@@ -24,8 +24,7 @@ def main():
...
@@ -24,8 +24,7 @@ def main():
package_dir
=
{
''
:
'./'
},
package_dir
=
{
''
:
'./'
},
packages
=
find_packages
(),
packages
=
find_packages
(),
install_requires
=
[
install_requires
=
[
'nomadcore'
,
'nomadcore'
'nomad'
],
],
)
)
...
...