First try to link with bayesnet

This commit is contained in:
2023-07-07 00:23:47 +02:00
parent ea473fc604
commit 61e4c176eb
9 changed files with 5800 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "cython", "wheel"]
requires = ["setuptools", "setuptools-scm", "cython", "wheel", "torch"]
build-backend = "setuptools.build_meta"
[tool.setuptools]