Skip to content

Commit

Permalink
Add pyproject.toml with basic build dependencies for PEP518 compliance (
Browse files Browse the repository at this point in the history
#553)

* add pyproject.toml
  • Loading branch information
darthtrevino committed Sep 20, 2022
1 parent 56c84ce commit 7097e63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build-system]
requires = [
"setuptools>=18.0",
"wheel",
"cython",
"numpy",
"scikit-learn<=1.0.2",
]

0 comments on commit 7097e63

Please sign in to comment.