Skip to content

Commit

Permalink
dependabot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyLazarou committed Aug 9, 2022
1 parent 4e763e2 commit 51e7267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ dmypy.json
.pyre/

results/
data/sprites_rgb/*.png
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ cycler==0.10.0
future==0.18.2
kiwisolver==1.2.0
matplotlib==3.3.1
numpy==1.19.1
Pillow==8.3.2
pyparsing==2.4.7
python-dateutil==2.8.1
six==1.15.0
torch==1.10.0+cu113
torchaudio==0.10.0+cu113
torchvision==0.11.1+cu113
torch==1.10.0
torchaudio==0.10.0
torchvision==0.11.1
typing-extensions==3.10.0.2

0 comments on commit 51e7267

Please sign in to comment.