"docs/source/NAS/ExecutionEngines.rst" did not exist on "2ad69cf6f891dc9b026b60db16cb0f2f90eb1f42"
Unverified Commit 0bb76b01 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Fix yaml package in setup.py (#1006)

parent cf983800
...@@ -65,7 +65,7 @@ setuptools.setup( ...@@ -65,7 +65,7 @@ setuptools.setup(
python_requires = '>=3.5', python_requires = '>=3.5',
install_requires = [ install_requires = [
'schema', 'schema',
'pyyaml', 'ruamel.yaml',
'psutil', 'psutil',
'requests', 'requests',
'astor', 'astor',
......
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