Skip to content

Commit

Permalink
hotfix: drop bad pyyaml version (#5606)
Browse files Browse the repository at this point in the history
* drop potetionaly bad version

* *
  • Loading branch information
Borda authored Jan 21, 2021
1 parent e1c152b commit 3cac251
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
Expand Up @@ -4,7 +4,7 @@ numpy>=1.16.6
torch>=1.3
future>=0.17.1 # required for builtins in setup.py
# pyyaml>=3.13
PyYAML>=5.1 # OmegaConf requirement >=5.1
PyYAML>=5.1, !=5.4.* # OmegaConf requirement >=5.1
tqdm>=4.41.0
fsspec[http]>=0.8.1
tensorboard>=2.2.0

0 comments on commit 3cac251

Please sign in to comment.