Skip to content

Commit

Permalink
removing cython 3.0 installion
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofacca committed Aug 27, 2024
1 parent 6c40b43 commit 52f31e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
python-version: ${{ matrix.python-version}}
architecture: x64

- name : Install Cython 3.0.0
run: pip install cython

- name: Install DarSIA
run: pip install .[dev]

Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = [
"cython >= 3",
"numpy",
"setuptools",
]
build-backend = "setuptools.build_meta"

0 comments on commit 52f31e8

Please sign in to comment.