Skip to content

Commit

Permalink
Pin kornia dependency at 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcorion authored Dec 14, 2021
1 parent 9937074 commit 9990c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text2art.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
" !rm -Rf clipit\n",
" !git clone https://github.com/mfrashad/clipit.git\n",
" !pip install ftfy regex tqdm omegaconf pytorch-lightning\n",
" !pip install kornia\n",
" !pip install kornia==0.6.1\n",
" !pip install imageio-ffmpeg \n",
" !pip install einops\n",
" !pip install torch-optimizer\n",
Expand Down

0 comments on commit 9990c1b

Please sign in to comment.