diff --git a/pyproject.toml b/pyproject.toml index 0e9347a..f8c041d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "cv2ext>=0.1.0", "opencv-python>=4.8.0,<5.0.0", "numpy>=1.19.0,<3.0.0", - "nvtx==0.2.14; python_version == '3.8'", + "nvtx==0.2.15; python_version == '3.8'", "nvtx>=0.2.14; python_version >= '3.9'", "jetsontools>=0.1.0", "tqdm>=4.67.1,<5.0.0",