Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jan 17, 2024
1 parent 179d478 commit 70214e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[build-system]
build-backend = 'mesonpy'
requires = ['meson-python', 'cython>=3.0.0', 'numpy >=1.19']
requires = [
'meson-python',
'cython >=3.0, != 3.0.3',
'cython>=3.0.0',
'numpy >=1.19',
'cypari2 >=2.1.1',
'cysignals >=1.10.2',
'gmpy2 >=2.1.0'
]

[project]
name = 'sagemath'
Expand Down

0 comments on commit 70214e3

Please sign in to comment.