From dc81b55bea42b91da6294c0907af43224b2d3b75 Mon Sep 17 00:00:00 2001 From: Zach Pearson Date: Fri, 20 Dec 2024 12:42:14 -0800 Subject: [PATCH] build: Use version 1.1 of the qtshim --- prereqs/pips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prereqs/pips/Makefile b/prereqs/pips/Makefile index 7d364a0ac..8490e7ad1 100644 --- a/prereqs/pips/Makefile +++ b/prereqs/pips/Makefile @@ -23,7 +23,7 @@ CXSERVICES_DEPLOYMENT_VER ?= production # tcia_utils.patch: Fix needless import of x86_64 zmq on macOS, see Trac#8638 # Remove if tcia_utils removes those imports PATCHES = tcia_utils.patch tcia_utils_metadata.patch -QTSHIM_WHEEL = qtshim-1.0-py3-none-any.whl +QTSHIM_WHEEL = qtshim-1.1-py3-none-any.whl CXSERVICES_WHEEL = cxservices-$(CXSERVICES_VER)-py3-none-any.whl GRAKO_WHEEL = grako-3.16.5-py2.py3-none-any.whl ifeq ($(OS),Windows)