Skip to content
Snippets Groups Projects
Commit 7decbdcf authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed dependencies in setup.py that broke the install process.

parent dc2b8d5a
No related branches found
No related tags found
No related merge requests found
...@@ -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'
], ],
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment