Skip to content

Commit

Permalink
Increase PyYAML requirement to 6.0
Browse files Browse the repository at this point in the history
In principle older versions will likely work, but as no wheel package
is available on PyPI for Python 3.10 it is a nuisance to test.

If this is really a problem for somebody I suppose we could build it
in the CI.
  • Loading branch information
ajjackson committed Jul 17, 2024
1 parent 984a023 commit 13095c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run_setup():
],
extras_require={
'matplotlib': ['matplotlib>=3.8.0'],
'phonopy_reader': ['h5py>=3.6.0', 'PyYAML>=3.13'],
'phonopy_reader': ['h5py>=3.6.0', 'PyYAML>=6.0'],
'brille': ['brille>=0.7.0']
},
entry_points={'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion tests_and_analysis/minimum_euphonic_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ seekpath==1.1.0
pint==0.22
matplotlib==3.8
h5py==3.6
PyYAML==3.13
PyYAML==6.0
threadpoolctl==1.0.0

0 comments on commit 13095c6

Please sign in to comment.