Skip to content

Commit

Permalink
Remove OmegaConf reference from PyYAML requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-boson committed Mar 26, 2021
1 parent 580204d commit f29491e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
numpy>=1.16.6
torch>=1.4
future>=0.17.1 # required for builtins in setup.py
# pyyaml>=3.13
PyYAML>=5.1 # OmegaConf requirement >=5.1
tqdm>=4.41.0
PyYAML>=5.1
fsspec[http]>=0.8.1
tensorboard>=2.2.0
torchmetrics>=0.2.0
pyDeprecate==0.1.1
pyDeprecate==0.1.1

0 comments on commit f29491e

Please sign in to comment.