Skip to content

Commit

Permalink
bump requirements for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cootshk committed Jun 18, 2024
1 parent f9db77e commit 09927d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements_docker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch==2.1.0
torchvision==0.16.0
torch==2.3.1
torchvision==0.18.1
19 changes: 11 additions & 8 deletions requirements_versions.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
torchsde==0.2.5
torchsde==0.2.6
einops==0.4.1
transformers==4.30.2
safetensors==0.3.1
transformers==4.41.2
safetensors==0.4.3
accelerate==0.21.0
pyyaml==6.0
Pillow==9.2.0
scipy==1.9.3
pyyaml==6.0.1
Pillow==10.3.0
scipy==1.13.1
tqdm==4.64.1
psutil==5.9.5
pytorch_lightning==1.9.4
omegaconf==2.2.3
gradio==3.41.2
pygit2==1.12.2
pygit2==1.15.0
opencv-contrib-python==4.8.0.74
httpx==0.24.1
onnxruntime==1.16.3
onnxruntime==1.18.0
timm==0.9.2
numpy==1.26.4
tokenizers==0.19.1
packaging==24.1

0 comments on commit 09927d6

Please sign in to comment.