Skip to content

Commit

Permalink
fix: support ci runner openssl<1.1.1 and cythonization for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Feb 24, 2024
1 parent 53842f1 commit a859540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ where = ["."]
[build-system]
requires = [
"setuptools",
"cython>=0.25,<3.0",
"cython>=0.25",
"spacy>=3.2,<4.0",
# to update from https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
# while setting numpy >= 1.15.0 due to spacy reqs
Expand Down Expand Up @@ -381,6 +381,6 @@ skip = [
"*-manylinux_s390x", # Skip slow Linux
]

before-test = "pip install pytest"
before-test = 'pip install pytest "urllib3<2"'
test-extras = "ml"
test-command = "pytest {project}/tests/pipelines/test_pipelines.py"

0 comments on commit a859540

Please sign in to comment.