Skip to content

Commit e9ea36b

Browse files
authored
fix: add pyyaml dependencies to the required list. (#1134)
1 parent 1255be4 commit e9ea36b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def read_version():
3939
"protobuf>=3.1",
4040
"scipy>=0.19.0",
4141
"protobuf3-to-dict>=0.1.5",
42+
"PyYAML>=3.10, <5", # required for session
4243
"requests>=2.20.0, <2.21",
4344
]
4445

0 commit comments

Comments
 (0)