Skip to content

Commit

Permalink
Correctly define deps in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
skasai5296 committed Apr 17, 2024
1 parent 97f4fbb commit 52eb720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = ["numpy"]
dependencies = ["numpy", "packaging"]

[project.urls]
Repository = "https://github.com/kyamagu/faiss-wheels"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def run(self):
"faiss.contrib": os.path.join(FAISS_ROOT, "contrib"),
},
include_package_data=False,
install_requires=["packaging"],
package_data={"": ["*.i", "*.h"]},
ext_modules=ext_modules,
cmdclass={"build_py": CustomBuildPy},
Expand Down

0 comments on commit 52eb720

Please sign in to comment.