Skip to content

Commit

Permalink
Update dependency versions (NVIDIA#3457)
Browse files Browse the repository at this point in the history
* pybind11 update to 2.8.1
* README update
* conda recipe update
* Update DALI_DEPS_VERSION
* rapidjson update

Signed-off-by: szalpal <[email protected]>
  • Loading branch information
szalpal authored Nov 3, 2021
1 parent 0e3dd47 commit b8760f2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DALI_DEPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b03d946d2a1fdd7c49bfc42d5186c42c6bcec463
ed4f3ed4ed73adbb01d8c17ba43d747549172e90
4 changes: 2 additions & 2 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ requirements:
host:
- python
- future >=0.17.1
- protobuf >=3.18.0
- libprotobuf-static >=3.18.0
- protobuf >=3.19.0
- libprotobuf-static >=3.19.0
- libjpeg-turbo >=2.1.0
- tensorflow-gpu =2.2.0
- tensorflow-estimator =2.2.0
Expand Down
8 changes: 4 additions & 4 deletions conda/third_party/dali_ffmpeg/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

{% set build_version = "4.4" %}
{% set build_version = "4.4.1" %}

package:
name: dali-ffmpeg
version: {{ build_version }}

source:
fn: FFmpeg-n4.4_v3.tar.gz
url: https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n4.4_v3.tar.gz
sha256: 9b395c17e3c49979367e841a3526df7f2db38629f731b108dbb8a278855eccdd
fn: FFmpeg-n4.4.1.tar.gz
url: https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n4.4.1.tar.gz
sha256: 468f6d0db9f1d19a51dfb8a2d6946542b5e89c01293cfe36e398865091d73f2d

build:
number: 0
Expand Down
8 changes: 4 additions & 4 deletions conda/third_party/dali_opencv/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

{% set build_version = "4.5.3" %}
{% set build_version = "4.5.4" %}

package:
name: dali-opencv
version: {{ build_version }}

source:
fn: opencv-4.5.3.tar.gz
url: https://github.com/opencv/opencv/archive/refs/tags/4.5.3.tar.gz
sha256: 77f616ae4bea416674d8c373984b20c8bd55e7db887fd38c6df73463a0647bab
fn: opencv-4.5.4.tar.gz
url: https://github.com/opencv/opencv/archive/refs/tags/4.5.4.tar.gz
sha256: c20bb83dd790fc69df9f105477e24267706715a9d3c705ca1e7f613c7b3bad3d

build:
number: 0
Expand Down
8 changes: 4 additions & 4 deletions third_party/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ This part of the repository contains extra dependencies required to build DALI,

.. |pybind11| replace:: pybind11
.. _pybind11: https://github.com/pybind/pybind11
.. |pybind11ver| replace:: 2.7.1
.. _pybind11ver: https://github.com/pybind/pybind11/releases/tag/v2.7.1
.. |pybind11ver| replace:: 2.8.1
.. _pybind11ver: https://github.com/pybind/pybind11/releases/tag/v2.8.1
.. |pybind11lic| replace:: BSD 3-Clause License
.. _pybind11lic: https://github.com/pybind/pybind11/blob/master/LICENSE

.. |rapidjson| replace:: RapidJSON
.. _rapidjson: https://github.com/Tencent/rapidjson
.. |rapidjsonver| replace:: Top-of-tree (Aug 13, 2021)
.. _rapidjsonver: https://github.com/Tencent/rapidjson/tree/00dbcf2c6e03c47d6c399338b6de060c71356464
.. |rapidjsonver| replace:: Top-of-tree (Oct 29, 2021)
.. _rapidjsonver: https://github.com/Tencent/rapidjson/tree/4d6cb08189cf7336821f04090b612baa2ca6a90d
.. |rapidjsonlic| replace:: MIT License, BSD 3-Clause License, JSON License
.. _rapidjsonlic: https://github.com/Tencent/rapidjson/blob/master/license.txt

Expand Down
2 changes: 1 addition & 1 deletion third_party/pybind11
Submodule pybind11 updated 149 files
2 changes: 1 addition & 1 deletion third_party/rapidjson

0 comments on commit b8760f2

Please sign in to comment.