Skip to content

Commit

Permalink
Disable torch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Oct 7, 2024
1 parent 122a747 commit 0e7f6dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools",
"wheel",
"numpy>=1.25.0,<2",
"numpy>=2.0,<3",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = ["numpy>=1.25.0,<2.0", "packaging"]
dependencies = ["numpy>=1.25.0,<3.0", "packaging"]

[project.urls]
Repository = "https://github.com/kyamagu/faiss-wheels"
Expand All @@ -45,7 +45,7 @@ addopts = [
"--deselect=faiss/tests/test_contrib.py",
]
testpaths = ["faiss/tests"]
python_files = "test_*.py torch_test_*.py"
python_files = "test_*.py" # torch_test_*.py will break the other tests

[tool.cibuildwheel]
skip = "pp* cp38-* cp313-* *-musllinux*"
Expand Down

0 comments on commit 0e7f6dc

Please sign in to comment.