Skip to content

Commit

Permalink
pyyaml >= 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Jun 11, 2019
1 parent c339b55 commit 15d78bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def readme():
'Topic :: Scientific/Engineering :: Chemistry'
],
install_requires=['h5py', 'numpy', 'noodles==0.3.3', 'plams==1.4', 'pymonad',
'pyparsing', 'pyyaml==5.1', 'filelock'],
'pyparsing', 'pyyaml>=5.1', 'filelock'],
extras_require={
'test': ['pytest', 'pytest-cov', 'pytest-mock', 'nbsphinx', 'pygraphviz'],
'doc': ['sphinx', 'sphinx-autodoc-typehints', 'sphinx_rtd_theme', 'nbsphinx']
Expand Down

0 comments on commit 15d78bd

Please sign in to comment.