File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- __version__ = "0.0.6 "
18+ __version__ = "0.0.7 "
1919
2020# Import TensorRT to make sure all dependent libraries are loaded first.
2121import tensorrt
Original file line number Diff line number Diff line change 11[project ]
22name = " nvtripy"
3- version = " 0.0.6 "
4- authors = [{
name =
" NVIDIA" ,
email = " [email protected] " }]
3+ version = " 0.0.7 "
4+ authors = [{
name =
" NVIDIA" ,
email = " [email protected] " }]
55description = " Tripy: A Python Programming Model For TensorRT"
66readme = " README.md"
77requires-python = " >= 3.9"
8- license = {text = " Apache 2.0" }
8+ license = { text = " Apache 2.0" }
99dependencies = [
1010 " tensorrt~=10.0" ,
1111 " mlir-tensorrt-compiler==0.1.38+cuda12.trt105" ,
@@ -30,9 +30,7 @@ requires = [
3030build-backend = " setuptools.build_meta"
3131
3232[project .optional-dependencies ]
33- dev = [
34- " pre-commit==3.6.0" ,
35- ]
33+ dev = [" pre-commit==3.6.0" ]
3634build = [
3735 " setuptools==75.3.0" ,
3836 " wheel==0.44.0" ,
@@ -93,11 +91,9 @@ exclude = '''
9391'''
9492
9593[tool .pytest .ini_options ]
96- testpaths = [
97- " tests" ,
98- ]
94+ testpaths = [" tests" ]
9995addopts = " --strict-markers"
10096markers = [
101- " l1: Indicates that the test should only be run in nightlies." ,
102- " l1_release_package: Indicates that the test should be run in nightlies using the public build of Tripy."
97+ " l1: Indicates that the test should only be run in nightlies." ,
98+ " l1_release_package: Indicates that the test should be run in nightlies using the public build of Tripy." ,
10399]
You can’t perform that action at this time.
0 commit comments