Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency update 02/2025 #5801

Merged
merged 5 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DALI_DEPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4cbfbdeaa316bc53fae40b69a5e32faee4301bdf
TODO
4 changes: 2 additions & 2 deletions dali/python/setup.py.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2017-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -87,7 +87,7 @@ For more details please check the
# the latest astunparse (1.6.3) doesn't work with any other six than
# 1.16 on python 3.12 due to import six.moves
'six >= 1.16, <= 1.16',
'dm-tree <= 0.1.8',
'dm-tree <= 0.1.9',
'packaging <= 24.2',
Copy link
Member

@stiepan stiepan Feb 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, we have those now in https://github.com/NVIDIA/DALI/blame/main/conda/dali_python_bindings/recipe/meta.yaml

too. Although, they seem to bound the version the other way round. :D

Copy link
Collaborator Author

@szkarpinski szkarpinski Feb 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's right. Not sure why it's like that, but with >=0.1.8 they have already picked 0.1.9 even without my update

@DALI_INSTALL_REQUIRES_NVJPEG2K@
@DALI_INSTALL_REQUIRES_NVTIFF@
Expand Down
4 changes: 2 additions & 2 deletions third_party/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This part of the repository contains extra dependencies required to build DALI,
+==================================================================+===========================================================================================================================+===================================================================================================================+
| `Google Benchmark <https://github.com/google/benchmark>`_ | `1.9.1 <https://github.com/google/benchmark/releases/tag/v1.9.1>`_ | `Apache License 2.0 <https://github.com/google/benchmark/blob/master/LICENSE>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `Boost Preprocessor <https://github.com/boostorg/preprocessor>`_ | `1.86.0 <https://github.com/boostorg/preprocessor/releases/tag/boost-1.86.0>`_ | `Boost Software License 1.0 <https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt>`_ |
| `Boost Preprocessor <https://github.com/boostorg/preprocessor>`_ | `1.87.0 <https://github.com/boostorg/preprocessor/releases/tag/boost-1.87.0>`_ | `Boost Software License 1.0 <https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt>`_ |
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tag 1.87.0 points to the same commit as 1.86.0 (see https://github.com/boostorg/preprocessor/tags), so this is just a cosmetic change.

+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `COCO API <https://github.com/cocodataset/cocoapi>`_ | `Top-of-tree (Feb 20, 2020) <https://github.com/cocodataset/cocoapi/tree/8c9bcc3cf640524c4c20a9c40e89cb6a2f2fa0e9>`_ | `BSD 2-Clause License <https://github.com/cocodataset/cocoapi/blob/master/license.txt>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `CUTLASS <https://github.com/NVIDIA/cutlass>`_ | `3.6.0 <https://github.com/NVIDIA/cutlass/tree/v3.6.0>`_ | `BSD 3-Clause License <https://github.com/NVIDIA/cutlass/blob/master/LICENSE.txt>`_ |
| `CUTLASS <https://github.com/NVIDIA/cutlass>`_ | `3.7.0 <https://github.com/NVIDIA/cutlass/tree/v3.7.0>`_ | `BSD 3-Clause License <https://github.com/NVIDIA/cutlass/blob/master/LICENSE.txt>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| `CV-CUDA <https://github.com/CVCUDA/CV-CUDA>`_ | `0.13.0 beta <https://github.com/CVCUDA/CV-CUDA/releases/tag/v0.13.0-beta>`_ | `Apache License 2.0 <https://github.com/CVCUDA/CV-CUDA/blob/main/LICENSE.md>`_ |
+------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion third_party/cutlass
Submodule cutlass updated 2031 files
Loading