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-amber
Compare Revisions
09b52a7494b9655c53bbe3dcab2719823e5f2e27...56e9412d0d322fd88240fe2af41716a0016831c7
Commits (1)
Fixed dependencies in setup.py that broke the install process.
· 56e9412d
Markus Scheidgen
authored
Jul 01, 2020
56e9412d
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
56e9412d
...
...
@@ -24,8 +24,7 @@ def main():
package_dir
=
{
''
:
'./'
},
packages
=
find_packages
(),
install_requires
=
[
'nomadcore'
,
'nomad'
'nomadcore'
],
)
...
...