Skip to content

Commit

Permalink
Merge branch 'update-conda' into meson-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Oct 29, 2024
2 parents 795e5f9 + 56226a2 commit 29ce1b6
Show file tree
Hide file tree
Showing 26 changed files with 3,632 additions and 8,195 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ build-backend = 'mesonpy'
requires = [
'meson-python',
'cypari2 >=2.1.1',
'cysignals >=1.11.4',
# cysignals 1.11.2 is the newest version that is available on conda:
# https://github.com/conda-forge/cysignals-feedstock/pull/49
'cysignals >=1.11.2',
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
'cython >=3.0, != 3.0.3',
'gmpy2 ~=2.1.b999',
Expand Down
Loading

0 comments on commit 29ce1b6

Please sign in to comment.