From 8055de7607e86c88f05314a41d9214e6ee680f95 Mon Sep 17 00:00:00 2001 From: Jules BOURDAIS Date: Thu, 9 Oct 2025 23:21:24 +0200 Subject: [PATCH] fix(pyyaml): do not require pyyaml version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ae415c4..c036f21 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = trame-vtk==2.10.0 trame-xterm==0.2.1 trame-simput==2.6.2 - pyaml==6.0.3 + pyaml numpy # come with ParaView [options.entry_points]