Skip to content

Commit b3a7b9b

Browse files
authored
Merge pull request #10159 from cms-sw/py3-torch-pypi-update
Enable torch python; massive update of python packages
2 parents 50e1ca3 + af4a9aa commit b3a7b9b

35 files changed

+347
-271
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/aiosignal.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Requires: py3-setuptools py3-frozenlist
1+
Requires: py3-setuptools py3-frozenlist py3-typing-extensions

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

0 commit comments

Comments
 (0)