Skip to content

Commit cdc00e9

Browse files
committed
add yaml to dependencies
1 parent 810baed commit cdc00e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci_support/environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ dependencies:
1212
- pybind11
1313
- scipy
1414
- spglib
15+
- pyyaml

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
zip_safe=False,
3636
download_url = 'https://anaconda.org/conda-forge/pyscal',
3737
url = 'https://pyscal.org',
38-
install_requires=['pybind11', 'numpy', 'ase'],
38+
install_requires=['pybind11', 'numpy', 'ase', 'pyyaml'],
3939
classifiers=[
4040
'Programming Language :: Python :: 3'
4141
],

0 commit comments

Comments
 (0)