Skip to content

Commit

Permalink
fix pytorchvideo dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
papa99do committed Dec 24, 2024
1 parent 5a787d6 commit 322cefc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 7 additions & 2 deletions requirements/amd64-gpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ aiohttp==3.10.9
# datasets
# fsspec
aiosignal==1.3.2
# via aiohttp
# via
# -r requirements.in
# aiohttp
anyio==3.7.1
# via
# -r requirements.in
Expand All @@ -27,6 +29,7 @@ async-timeout==4.0.3
# redis
attrs==24.3.0
# via
# -r requirements.in
# aiohttp
# jsonschema
audioread==3.0.1
Expand Down Expand Up @@ -56,6 +59,7 @@ charset-normalizer==2.1.1
# via requests
click==8.1.8
# via
# -r requirements.in
# nltk
# uvicorn
clip-marqo==1.0.2
Expand Down Expand Up @@ -358,7 +362,7 @@ python-dotenv==1.0.1
# via -r requirements.in
python-magic==0.4.27
# via -r requirements.in
pytorchvideo==0.1.5
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@ae9cfc6
# via -r requirements.in
pytz==2024.2
# via pandas
Expand Down Expand Up @@ -438,6 +442,7 @@ starlette==0.20.4
# via fastapi
sympy==1.13.1
# via
# -r requirements.in
# onnxruntime
# onnxruntime-gpu
# optimum
Expand Down
8 changes: 6 additions & 2 deletions requirements/arm64-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ aiohttp==3.10.9
# datasets
# fsspec
aiosignal==1.3.2
# via aiohttp
# via
# -r requirements.in
# aiohttp
anyio==3.7.1
# via
# -r requirements.in
Expand All @@ -27,6 +29,7 @@ async-timeout==4.0.3
# redis
attrs==24.3.0
# via
# -r requirements.in
# aiohttp
# jsonschema
audioread==3.0.1
Expand Down Expand Up @@ -56,6 +59,7 @@ charset-normalizer==2.1.1
# via requests
click==8.1.8
# via
# -r requirements.in
# nltk
# uvicorn
clip-marqo==1.0.2
Expand Down Expand Up @@ -313,7 +317,7 @@ python-dotenv==1.0.1
# via -r requirements.in
python-magic==0.4.27
# via -r requirements.in
pytorchvideo==0.1.5
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@ae9cfc6
# via -r requirements.in
pytz==2024.2
# via pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ soundfile==0.12.1
python-magic==0.4.27
ffmpeg-python==0.2.0
librosa==0.10.2.post1
pytorchvideo==0.1.5
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@ae9cfc6
pydantic==1.10.11
httpx==0.25.0
semver==3.0.2
Expand Down

0 comments on commit 322cefc

Please sign in to comment.