Skip to content

Commit

Permalink
Merge pull request #100 from saraedum/104
Browse files Browse the repository at this point in the history
Upgrade to 10.4
  • Loading branch information
saraedum authored Aug 27, 2024
2 parents c6cb66f + df4f771 commit 7e92a53
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
9 changes: 1 addition & 8 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "sage" %}
{% set version = "10.3" %}
{% set version = "10.4" %}

package:
name: {{ name }}
Expand All @@ -24,19 +24,19 @@ requirements:
- cddlib >=1!0.94m
- certifi
- cliquer
- conway-polynomials >=0.8
- conway-polynomials >=0.10
- cvxopt >=1.3.2,<2
- cycler >=0.11.0
- cypari2
- cysignals
- cython >=3,<4
- decorator >=5.1.1,<6
- docutils >=0.20.1
- ecl >=23.9.9,<24
- ecl >=24.5.10,<25
- eclib
- ecm
- entrypoints >=0.4
- fflas-ffpack >=2.4.3
- fflas-ffpack >=2.5.0
- flintqs >=1.0,<2
- fplll >=5.4.5,<6
- fpylll >=0.6.0
Expand Down Expand Up @@ -66,7 +66,7 @@ requirements:
- libhomfly
- libiconv >=1.15,<2
- libpng
- linbox >=1.6.3
- linbox >=1.7.0
- lrcalc >=2.1,<3
- m4ri
- m4rie
Expand Down Expand Up @@ -98,10 +98,10 @@ requirements:
- pplpy
- primecountpy >=0.1.0,<0.2.0
- ptyprocess >=0.7.0,<1
- pygments >=2.17.2,<3
- pygments >=2.18.0,<3
- pyparsing >=3.1.1,<4
- python >=3.9
- python-dateutil >=2.8.2,<3
- python-dateutil >=2.9.0,<3
- pythran >=0.14.0,<0.15
- pytz >=2023.3.post1
- pyzmq >=25.1.1,<26
Expand All @@ -115,20 +115,21 @@ requirements:
- sagemath-db-graphs >=20210214
- sagemath-db-polytopes >=20170220
- sagetex >=3.6.1,<4
- scipy >=1.11.4,<2
- scipy >=1.12.0,<2
- simplegeneric >=0.8.1,<1
- singular >=4.3.2p8,<4.4
# We do not pin singular. It has a global pin in the conda-forge-pinning-feedstock
- singular
- six >=1.16.0,<2
- sphinx >=7.2.6,<8
- sqlite >=3.36,<4
- symmetrica
- sympow >=2.023.6,<3
- sympy >=1.12,<2
- sympy >=1.12.1,<2
- tachyon 0.99.*
- terminado >=0.17.1
- three.js 122
- tornado >=6.4,<7
- traitlets >=5.14.0,<6
- traitlets >=5.14.3,<6
- wcwidth >=0.2.12,<2
- widgetsnbextension >=4.0.9,<5
- zeromq >=4.3.5,<5
Expand Down

0 comments on commit 7e92a53

Please sign in to comment.