Skip to content

Commit 8f44ed8

Browse files
cosminbascatimfel
authored andcommitted
migrate matplotlib patches to use the new metadata.toml specification
1 parent dd8ae50 commit 8f44ed8

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[rules]]
2+
version = '== 3.5.3'
3+
patch = 'matplotlib-3.5.3.patch'
4+
5+
[[rules]]
6+
version = '== 3.6.3'
7+
patch = 'matplotlib-3.6.3.patch'
8+
9+
[[rules]]
10+
# pin 3.7.0
11+
install-priority = 10
12+
version = '== 3.7.0'
13+
patch = 'matplotlib-3.7.0.patch'

0 commit comments

Comments
 (0)