Skip to content

Commit d7e620b

Browse files
cosminbascatimfel
authored andcommitted
update scipy / numpy / Cython patches to use metadata.toml
1 parent 6d2c981 commit d7e620b

18 files changed

+17
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[[rules]]
2+
# pin 0.29.32
3+
version = '== 0.29.32'
4+
patch = 'Cython-0.29.32.patch'
5+
6+
[[rules]]
7+
version = '== 0.29.30'
8+
patch = 'wheel-Cython-0.29.30.patch'
9+
subdir = 'src'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[rules]]
2+
# pin 1.23.5
3+
version = '== 1.23.5'
4+
patch = 'numpy-1.23.5.patch'

0 commit comments

Comments
 (0)