Skip to content

Commit af4a9aa

Browse files
committed
fix torch relocation; updated pydantic-core
1 parent 8d6ffae commit af4a9aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pip/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ pycparser==2.23
318318
pycuda==2025.1.2
319319
pycurl==7.45.7
320320
#NO_AUTO_UPDATE: version >= 2.35 requires new version of pydantic which does not use validate_core_schema
321-
pydantic-core==2.34.1
321+
pydantic-core==2.41.4
322322
pydot==4.0.1
323323
pyflakes==3.4.0
324324
Pygments==2.19.2

pip/torch.file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
ln -sf python%{cms_python3_major_minor_version}/site-packages/torch/lib/*.so . \
1010
popd \
1111
popd
12+
%define PipPrePost %{relocateConfig}lib/python%{cms_python3_major_minor_version}/site-packages/torch/share/cmake/ATen/ATenConfig.cmake

0 commit comments

Comments
 (0)