From ca021bb7bec6c77851197bf958b14b3c70b9c1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Tue, 5 Dec 2023 21:18:42 +0200 Subject: [PATCH 1/3] Upgrade to 10.2 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 959b181..f7b2f08 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "sage" %} -{% set version = "10.1" %} +{% set version = "10.2" %} package: name: {{ name }} From 27d966e36e16f6e1c70a4b344e43404bb12e02ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Thu, 7 Dec 2023 08:13:39 +0200 Subject: [PATCH 2/3] Upgrade dependencies --- recipe/meta.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5138442..3840cb2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,7 +16,7 @@ requirements: # are at least 1.0.0, we limit the version to the next major release. - alabaster >=0.7.12 - arb - - babel >=2.11.0,<3 + - babel >=2.12.1,<3 - bdw-gc >=8.0.4,<9 - blas-devel - bleach >=5.0.1,<6 @@ -28,7 +28,7 @@ requirements: - cycler >=0.11.0 - cypari2 - cysignals - - cython >=0.29.32 + - cython >=3,<4 - decorator >=5.1.1,<6 - docutils >=0.17.1 - ecl >=21.2.1,<21.2.2.a0 @@ -37,8 +37,8 @@ requirements: - entrypoints >=0.4 - fflas-ffpack >=2.4.3 - flintqs >=1.0,<2 - - fplll >=5.4.2,<6 - - fpylll >=0.5.9 + - fplll >=5.4.5,<6 + - fpylll >=0.6.0 - freetype >=2.10.4,<3 - gap-defaults >=4.12.2 - gf2x >=1.3,<2 @@ -69,14 +69,14 @@ requirements: - lrcalc >=2.1,<3 - m4ri - m4rie - - matplotlib-base >=3.6.2,<4 + - matplotlib-base >=3.8.0,<4 - maxima >=5.46.0,<6 - mistune >=2.0.4 - mpc - mpfi - mpfr - mpmath >=1.3.0,<2 - - nauty >=2.7r1,<3 + - nauty >=2.8.6,<3 - nbclient >=0.7.0,<0.8 - nbconvert >=7.2.3,<8 - nbformat >=5.7.0,<6 @@ -86,24 +86,24 @@ requirements: - ntl - numpy - palp >=2.11,<3 - - pari >=2.15.2,<3 + - pari >=2.15.4,<3 - pexpect >=4.8.0,<5 - pkg-config - pkgconfig - pickleshare >=0.7.5,<1.0 - - pillow >=9.0.1,<10 + - pillow >=10.1.0,<11 - planarity - ppl - pplpy - primecountpy >=0.1.0,<0.2.0 - - ptyprocess >=0.5.1,<1 + - ptyprocess >=0.7.0,<1 - pygments >=2.13.0,<3 - - pyparsing >=3.0.9,<4 - - python >=3.7 + - pyparsing >=3.1.1,<4 + - python >=3.9 - python-dateutil >=2.8.2,<3 - - pythran >=0.12.1,<0.13 - - pytz >=2022.5 - - pyzmq >=24.0.1,<25 + - pythran >=0.14.0,<0.15 + - pytz >=2023.3.post1 + - pyzmq >=25.1.1,<26 - readline - rpy2 >=3.4.5,<4 - rubiks >=20070912 @@ -115,7 +115,7 @@ requirements: - sagemath-db-graphs >=20210214 - sagemath-db-polytopes >=20170220 - sagetex >=3.6.1,<4 - - scipy >=1.10.1,<2 + - scipy >=1.11.3,<2 - simplegeneric >=0.8.1,<1 - singular - six >=1.16.0,<2 @@ -128,10 +128,10 @@ requirements: - terminado >=0.17.0 - three.js 122 - tornado >=6.2,<7 - - traitlets >=5.5.0,<6 + - traitlets >=5.9.0,<6 - wcwidth >=0.2.5,<2 - - widgetsnbextension >=4.0.3,<5 - - zeromq >=4.3.4,<5 + - widgetsnbextension >=4.0.8,<5 + - zeromq >=4.3.5,<5 - zlib - zn_poly From 5b1f058c35ff44b3b12c817d98024c912dc49c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Thu, 7 Dec 2023 19:37:02 +0200 Subject: [PATCH 3/3] Pin Singular version to at least the one that sagemath uses --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3840cb2..1917b36 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -117,7 +117,7 @@ requirements: - sagetex >=3.6.1,<4 - scipy >=1.11.3,<2 - simplegeneric >=0.8.1,<1 - - singular + - singular >=4.3.2p8,<4.4 - six >=1.16.0,<2 - sphinx >=5.2.3,<6 - sqlite >=3.36,<4