From e42351b796c2bad4b13d00c136315d58fe38c808 Mon Sep 17 00:00:00 2001
From: Klas Arvidsson <klas.arvidsson@liu.se>
Date: Thu, 24 Oct 2024 14:11:09 +0200
Subject: [PATCH] Added reference access to all numpy versions

---
 files/squid/helpers/rules.d/python.rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/files/squid/helpers/rules.d/python.rules b/files/squid/helpers/rules.d/python.rules
index 33ee30e..39c000d 100644
--- a/files/squid/helpers/rules.d/python.rules
+++ b/files/squid/helpers/rules.d/python.rules
@@ -16,6 +16,9 @@
 ^https?://numpy\.org/doc/stable/reference/.* true
 ^https?://numpy\.org/doc/stable/_static/.* true
 ^https?://numpy\.org/doc/stable/search.* true
+^https?://numpy\.org/doc/[0-9]{1,2}\.[0-9]{1,2}/reference/.* true
+^https?://numpy\.org/doc/[0-9]{1,2}\.[0-9]{1,2}/_static/.* true
+^https?://numpy\.org/doc/[0-9]{1,2}\.[0-9]{1,2}/search.* true
 ^https?://numpy\.org/doc/_static/.* true
 ^https?://fonts.gstatic.com/s/.* true
 ^https?://www\.tensorflow\.org/api_docs/python/.* true
-- 
GitLab