Skip to content

Commit

Permalink
Dependencies update (#3979)
Browse files Browse the repository at this point in the history
* update dlpack to v0.7
* update rapidjson at top-of-tree
* README update
* update DALI_DEPS_VERSION
* update opencv in conda to 4.6.0

Signed-off-by: szalpal <[email protected]>
  • Loading branch information
szalpal authored Jun 18, 2022
1 parent 804bd92 commit 0e27abe
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DALI_DEPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
459be38cfabd605a7199e2a6f346779b9eca181e
fc9e3b99ed9ce56d008619e5f34e8e1778e7a1d7
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.5" %}
{% set build_version = "4.6.0" %}

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

source:
fn: opencv-4.5.5.tar.gz
url: https://github.com/opencv/opencv/archive/refs/tags/4.5.5.tar.gz
sha256: a1cfdcf6619387ca9e232687504da996aaa9f7b5689986b8331ec02cb61d28ad
fn: opencv-4.6.0.tar.gz
url: https://github.com/opencv/opencv/archive/refs/tags/4.6.0.tar.gz
sha256: 1ec1cba65f9f20fe5a41fda1586e01c70ea0c9a6d7b67c9e13edf0cfe2239277

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 @@ -56,8 +56,8 @@ This part of the repository contains extra dependencies required to build DALI,

.. |dlpack| replace:: DLPack
.. _dlpack: https://github.com/dmlc/dlpack
.. |dlpackver| replace:: 0.6
.. _dlpackver: https://github.com/dmlc/dlpack/releases/tag/v0.6
.. |dlpackver| replace:: 0.7
.. _dlpackver: https://github.com/dmlc/dlpack/releases/tag/v0.7
.. |dlpacklic| replace:: Apache License 2.0
.. _dlpacklic: https://github.com/dmlc/dlpack/blob/main/LICENSE

Expand Down Expand Up @@ -91,7 +91,7 @@ This part of the repository contains extra dependencies required to build DALI,

.. |rapidjson| replace:: RapidJSON
.. _rapidjson: https://github.com/Tencent/rapidjson
.. |rapidjsonver| replace:: Top-of-tree (April 20, 2022)
.. _rapidjsonver: https://github.com/Tencent/rapidjson/tree/fcb23c2dbf561ec0798529be4f66394d3e4996d8
.. |rapidjsonver| replace:: Top-of-tree (May 24, 2022)
.. _rapidjsonver: https://github.com/Tencent/rapidjson/tree/232389d4f1012dddec4ef84861face2d2ba85709
.. |rapidjsonlic| replace:: MIT License, BSD 3-Clause License, JSON License
.. _rapidjsonlic: https://github.com/Tencent/rapidjson/blob/master/license.txt

0 comments on commit 0e27abe

Please sign in to comment.