Skip to content

Commit 9e339f1

Browse files
committed
Fixes python 3_12 compatibility
1 parent 77fed9b commit 9e339f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ classifiers = [
5555
# In dependencies se "<library>; platform_machine == 'aarch64'" to specify ARM underlying platform
5656
# Copied from install_requires list in setup.py, setup.py got removed in favor of this config file
5757
dependencies = [
58-
"PyYAML>=6", # pyyaml 5.4 is broken with cython 3
58+
"PyYAML>=6.0.1", # pyyaml 5.4 is broken with cython 3
5959
"asteval>=0.9.25",
6060
"cerberus>=1.3.4",
6161
"cloudpickle>=1.6.0",

0 commit comments

Comments
 (0)