Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit f8e54e2

Browse files
committed
Test build on all three platforms after removing latest PyYAML and cython
1 parent dbe16df commit f8e54e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(*names, **kwargs):
2929
"tqdm",
3030
"pydantic",
3131
"Jinja2",
32-
"PyYAML==6.0",
32+
"pyyaml",
3333
"ploomber>=0.14.6",
3434
"ploomber-core>=0.0.11",
3535
# sdist is generated using python -m build, so adding this here.
@@ -60,7 +60,6 @@ def read(*names, **kwargs):
6060
"kfp",
6161
# to validate argo specs
6262
"argo-workflows-dsl",
63-
"cython",
6463
# for testing aws (newer versions break)
6564
# see: https://github.com/spulec/moto/issues/1793
6665
"moto==1.3.14",

0 commit comments

Comments
 (0)