From 1d2ee40c9bb4957bd43cebdf9387e0b32c7c2d00 Mon Sep 17 00:00:00 2001 From: Abhishek Joshi Date: Fri, 30 Aug 2024 12:32:45 -0400 Subject: [PATCH] Updating pillow hashes --- python/build_requirements.txt | 4 +++- python/pyproject.toml | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python/build_requirements.txt b/python/build_requirements.txt index 8cd71090..ec2f0693 100644 --- a/python/build_requirements.txt +++ b/python/build_requirements.txt @@ -101,4 +101,6 @@ usd-core==24.8 \ --hash=sha256:d3e06fd8c953c4de3d24591cdb9e8e65ca28a876519378d1e4a5d9bca419d7c1 pillow==10.2.0 \ - --hash=sha256:d3e06fd8c953c4de3d24591cdb9e8e65ca28a876519378d1e4a5d9bca419d7c1 \ No newline at end of file + --hash=sha256:a086c2af425c5f62a65e12fbf385f7c9fcb8f107d0849dba5839461a129cf311 \ + --hash=sha256:35bb52c37f256f662abdfa49d2dfa6ce5d93281d323a9af377a120e89a9eafb5 \ + --hash=sha256:1da3b2703afd040cf65ec97efea81cfba59cdbed9c11d8efc5ab09df9509fc56 \ No newline at end of file diff --git a/python/pyproject.toml b/python/pyproject.toml index 7d0cb8bb..3bcbc52c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -62,4 +62,7 @@ mujoco = [ ] [project.optional-dependencies] -usd = ["usd-core"] +usd = [ + "usd-core", + "pillow" +]