Skip to content

Commit caeadf5

Browse files
authored
py3-graph-tool: numpy-2.2: update dependant packages to use it (#67078)
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero@chainguard.dev> --------- Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero@chainguard.dev>
1 parent 8cde9bf commit caeadf5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

py3-graph-tool.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
22
name: py3-graph-tool
33
version: "2.98"
4-
epoch: 0
4+
epoch: 1
55
description: graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks).
66
resources:
77
cpu: 65
8-
memory: 128Gi
8+
memory: 256Gi
99
copyright:
1010
- license: GPL-3.0-only
1111

@@ -16,7 +16,7 @@ vars:
1616
data:
1717
- name: py-versions
1818
items:
19-
3.10: '310'
19+
# no py3.10 support because dependency (py3-scipy) doesn't support it
2020
3.11: '311'
2121
3.12: '312'
2222
3.13: '313'
@@ -45,7 +45,7 @@ environment:
4545
- py3-supported-cairo
4646
- py3-supported-gobject3
4747
- py3-supported-libboost
48-
- py3-supported-numpy
48+
- py3-supported-numpy-2.2
4949
- py3-supported-scipy
5050
- sparsehash-dev
5151
- zlib-dev
@@ -74,7 +74,7 @@ subpackages:
7474
- py${{range.key}}-cairo
7575
- py${{range.key}}-matplotlib
7676
- py${{range.key}}-gobject3
77-
- py${{range.key}}-numpy
77+
- py${{range.key}}-numpy-2.2
7878
- py${{range.key}}-scipy
7979
- glib-gir
8080
pipeline:
@@ -108,7 +108,7 @@ subpackages:
108108
environment:
109109
contents:
110110
packages:
111-
- py${{range.key}}-numpy
111+
- py${{range.key}}-numpy-2.2
112112
- py${{range.key}}-scipy
113113
pipeline:
114114
- uses: python/import
@@ -191,7 +191,6 @@ subpackages:
191191
description: Meta-package providing ${{vars.pypi-package}} for supported Python versions.
192192
dependencies:
193193
runtime:
194-
- py3.10-${{vars.pypi-package}}
195194
- py3.11-${{vars.pypi-package}}
196195
- py3.12-${{vars.pypi-package}}
197196
- py3.13-${{vars.pypi-package}}

0 commit comments

Comments
 (0)