Skip to content

Commit

Permalink
Add compatible version for build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed May 7, 2024
1 parent 7930e03 commit c571a53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ requires = [
"torch >= 2.0.0+cpu, < 3.0.0+cpu; sys_platform == 'linux'",
"torch >= 2.0.0, < 3.0.0; sys_platform == 'darwin' or sys_platform == 'win'",
"cibuildwheel == 2.17.0",
"numpy ~= 1.26.0",
"numpy >= 1.4.0",
"pybind11 >= 2.0.0, < 3.0.0",
"pytest ~= 8.0.0",
"pytest >= 8.0.0",
"setuptools ~= 69.5.1",
"sympy ~= 1.12",
"typing-extensions ~= 4.11.0",
"wheel ~= 0.43.0"
"sympy >= 1.12",
"typing-extensions >= 4.11.0",
"wheel >= 0.43.0"
]

build-backend = "setuptools.build_meta"

0 comments on commit c571a53

Please sign in to comment.