Skip to content

Commit

Permalink
stay at cython version < 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertnash committed Aug 18, 2023
1 parent 4ecca9c commit 856d5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gmy-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Install test dependencies
working-directory: python-tools
run: pip install pytest cython && python setup.py install
run: pip install pytest 'cython~=0.29' && python setup.py install

- name: Run the tests
working-directory: geometry-tool/tests
Expand Down
2 changes: 1 addition & 1 deletion python-tools/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy"]
requires = ["setuptools", "wheel", "Cython ~= 0.29", "numpy"]
build-backend = "setuptools.build_meta"

0 comments on commit 856d5d3

Please sign in to comment.