Relax pyyaml version requirement
This specific version was failing on Debian Bullseye installs. Using the ~= operator allows for point release updates to this package.pull/3085/head
parent
6af431375d
commit
48dd100f52
|
@ -12,7 +12,7 @@ pocketsphinx==0.1.0
|
||||||
pillow==8.3.2
|
pillow==8.3.2
|
||||||
python-dateutil==2.6.0
|
python-dateutil==2.6.0
|
||||||
fasteners==0.14.1
|
fasteners==0.14.1
|
||||||
PyYAML==5.4
|
PyYAML~=5.4
|
||||||
|
|
||||||
lingua-franca==0.4.2
|
lingua-franca==0.4.2
|
||||||
msm==0.8.9
|
msm==0.8.9
|
||||||
|
|
Loading…
Reference in New Issue