From 9c405601298243e2cdb7bebe56c4d89290d569ce Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Tue, 9 Nov 2021 09:20:39 +0100 Subject: [PATCH 1/3] Remove nbdime from requirements.txt as it is not part of cmssw distribution --- pip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip/requirements.txt b/pip/requirements.txt index 6dc08568264..2014989d390 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -159,7 +159,7 @@ mpmath==1.2.1 multidict==5.1.0 nbclient==0.5.4 nbconvert==6.1.0 -nbdime==3.1.0 +#nbdime==3.1.0 ; disabled not used by cmssw nbformat==5.1.3 nest-asyncio==1.5.1 networkx==2.6.2 From 90a839238f3e5cab73952eaa5383fbfdb2163cca Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Tue, 9 Nov 2021 09:44:16 +0100 Subject: [PATCH 2/3] Update python_tools.spec --- python_tools.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python_tools.spec b/python_tools.spec index 04eab4cc7eb..c6df4b4ea46 100644 --- a/python_tools.spec +++ b/python_tools.spec @@ -139,7 +139,6 @@ Requires: py3-typing Requires: py3-defusedxml Requires: py3-atomicwrites Requires: py3-attrs -Requires: py3-nbdime Requires: py3-onnx Requires: py3-onnxmltools Requires: py3-colorama From 2e1bd4835d62873cd7e430b84a380d1bdbc302e2 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Tue, 9 Nov 2021 12:19:09 +0100 Subject: [PATCH 3/3] Update python_tools.spec --- python_tools.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_tools.spec b/python_tools.spec index c6df4b4ea46..7d308278669 100644 --- a/python_tools.spec +++ b/python_tools.spec @@ -7,6 +7,8 @@ Requires: root curl python python3 xrootd llvm hdf5 mxnet-predict yoda opencv Requires: professor2 rivet frontier_client onnxruntime openldap Requires: py2-future +Requires: py3-anyio +Requires: py3-sniffio Requires: py3-scipy Requires: py3-keras Requires: py3-Theano