We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fed9b commit 9e339f1Copy full SHA for 9e339f1
pyproject.toml
@@ -55,7 +55,7 @@ classifiers = [
55
# In dependencies se "<library>; platform_machine == 'aarch64'" to specify ARM underlying platform
56
# Copied from install_requires list in setup.py, setup.py got removed in favor of this config file
57
dependencies = [
58
- "PyYAML>=6", # pyyaml 5.4 is broken with cython 3
+ "PyYAML>=6.0.1", # pyyaml 5.4 is broken with cython 3
59
"asteval>=0.9.25",
60
"cerberus>=1.3.4",
61
"cloudpickle>=1.6.0",
0 commit comments