Skip to content

Commit 010a53a

Browse files
committed
Enable torch python; massive update of python packages
1 parent 0e4887c commit 010a53a

34 files changed

+337
-269
lines changed

cmssw-tools.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ Requires: oracle-fake
191191
Requires: xtensor
192192
Requires: xtl
193193
Requires: xgboost
194-
Requires: pytorch
195194
Requires: pytorch-custom-ops
196195

197196
## INCLUDE tfaot-models

cmssw-vectorization.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%ifarch x86_64
2-
%define vectorized_packages fastjet tensorflow-sources tensorflow OpenBLAS rivet gbl lwtnn opencv pytorch
2+
%define vectorized_packages fastjet tensorflow-sources tensorflow OpenBLAS rivet gbl lwtnn opencv
33
%{expand:%(for t in %{vectorized_packages} ; do echo Requires: $t; for v in %{package_vectorization}; do echo Requires: ${t}_${v}; done; done)}
44
%endif

pip/arrow.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
BuildRequires: py3-flit-core
2-
Requires: py3-python-dateutil py3-types-python-dateutil
2+
Requires: py3-python-dateutil py3-types-python-dateutil py3-tzdata

pip/chug.file

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Requires: py3-webdataset py3-pypdfium2 py3-simple-parsing py3-timm
2+
BuildRequires: py3-pdm-backend

pip/docstring-parser.file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BuildRequires: py3-hatchling

pip/dunamai.file

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BuildRequires: py3-poetry-core
2+
Requires: py3-packaging

pip/findpython.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-pdm-backend py3-packaging
1+
Requires: py3-pdm-backend py3-packaging py3-platformdirs

pip/meson.file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
%define PipDownloadSourceType none

pip/onnxconverter-common.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Requires: py3-numpy py3-onnx py3-protobuf py3-six
2-
%define source0 https://github.com/microsoft/onnxconverter-common/archive/v%{realversion}.tar.gz
2+
%define PipDownloadSourceType none

pip/pillow.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define PipBuildOptions --global-option="build_ext" -C xcb=disable
2-
Requires: libjpeg-turbo zlib libtiff freetype
2+
Requires: libjpeg-turbo zlib libtiff freetype
33
%define PipPreBuild \
44
export MAX_CONCURRENCY=%{compiling_processes}; \
55
export LDFLAGS="-L${LIBJPEG_TURBO_ROOT}/lib64 -L${ZLIB_ROOT}/lib -L${LIBTIFF_ROOT}/lib -L${FREETYPE_ROOT}/lib"; \

0 commit comments

Comments
 (0)