We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77814e4 + 4156a45 commit eb86d59Copy full SHA for eb86d59
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = 'onnx2torch'
3
-version = '1.5.9'
+version = '1.5.10'
4
license = {file = 'LICENSE'}
5
description = 'ONNX to PyTorch converter'
6
readme = 'README.md'
@@ -38,7 +38,7 @@ homepage = 'https://enot.ai'
38
repository = 'https://github.com/ENOT-AutoDL/onnx2torch'
39
40
[tool.setuptools.packages.find]
41
-include = ['onnx2torch']
+include = ['onnx2torch*']
42
43
[tool.black]
44
line-length = 120
0 commit comments