Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
fix pyyaml version since newer version would cause error (#922)
Browse files Browse the repository at this point in the history
Summary:
I found that newer version of pyyaml cause error while parsing yaml files. Fix the pyyaml version can solve this problem.
Reference issue: #840
Pull Request resolved: #922

Reviewed By: rbgirshick

Differential Revision: D16483989

Pulled By: ir413

fbshipit-source-id: 427013e8fd045184401b5669af18314d5e8ecba1
  • Loading branch information
teebone.ding authored and facebook-github-bot committed Jul 25, 2019
1 parent a6a835f commit 5b82374
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.13
pyyaml>=3.12
pyyaml==3.12
matplotlib
opencv-python>=3.2
setuptools
Expand Down

0 comments on commit 5b82374

Please sign in to comment.