Skip to content

Commit

Permalink
fix tqdm version conflict (#179)
Browse files Browse the repository at this point in the history
Because `tqdm` is not that serious package on this repo, there should not be too strict version description.
  • Loading branch information
widiba03304 authored Jan 14, 2022
1 parent e84de89 commit a982057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy~=1.19.5
tqdm~=4.45.0
tqdm>=4.45.0
wandb>=0.11.2
einops~=0.3.0
requests~=2.25.1
Expand Down

0 comments on commit a982057

Please sign in to comment.