Skip to content

Commit

Permalink
Testing CI workflow for NumPy 2.0 (formal release) (scikit-bio#2051)
Browse files Browse the repository at this point in the history
* testing np2 ci

* testing no build isolation

* testing pre-install cython

* testing pyproject

* testing adding cython to conda

* testing removing cython from requirement
  • Loading branch information
qiyunzhu authored Jun 17, 2024
1 parent 567255a commit 40f8f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/conda_host_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ channels:
dependencies:
- hdf5
- pip
- cython
- pip:
- "-r requirements.test.txt"
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
# https://numpy.org/doc/stable/dev/depending_on_numpy.html#adding-a-dependency-on-numpy
requires = ["Cython>=0.29.32", "oldest-supported-numpy", "setuptools", "wheel"]
requires = ["setuptools", "wheel", "numpy", "cython"]

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 40f8f3c

Please sign in to comment.