File: Temporarily-disable-restriction-for-matplotlib-version.patch

package info (click to toggle)
astropy 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 41,972 kB
  • sloc: python: 219,331; ansic: 147,297; javascript: 13,556; lex: 8,496; sh: 3,319; xml: 1,622; makefile: 185
file content (37 lines) | stat: -rw-r--r-- 826 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From: Ole Streicher <olebole@debian.org>
Date: Wed, 29 Jun 2022 20:39:05 +0200
Subject: Temporarily disable restriction for matplotlib version

Closes: #1013599
---
 setup.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 72a5802..c779e12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -70,10 +70,10 @@ test_all = # Required for testing, plus packages used by particular tests.
 	sgp4>=2.3
 recommended = 
 	scipy>=1.5
-	matplotlib>=3.1,!=3.4.0,!=3.5.2
+	matplotlib>=3.1
 all = 
 	scipy>=1.5
-	matplotlib>=3.1,!=3.4.0,!=3.5.2
+	matplotlib>=3.1
 	certifi
 	dask[array]
 	h5py
@@ -98,8 +98,8 @@ docs =
 	sphinx-astropy>=1.6
 	pytest>=7.0
 	scipy>=1.3
-	matplotlib>=3.1,!=3.4.0,!=3.5.2
-	towncrier<22.12.0
+	matplotlib>=3.1
+	towncrier
 	Jinja2>=3.0
 
 [options.package_data]