Skip to content

Commit

Permalink
add pyproject.toml to fix dependency issues
Browse files Browse the repository at this point in the history
Signed-off-by: masadcv <[email protected]>
  • Loading branch information
masadcv committed Mar 15, 2022
1 parent b2a45fb commit eb1feb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires=[
"setuptools",
"torch>=1.10.2",
"wheel"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_extensions():
print(get_extensions())
setup(
name='torchmaxflow',
version="0.0.1",
version="0.0.2",
description="",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit eb1feb1

Please sign in to comment.