Remove dependence on funcsigs. (#7701)

This commit is contained in:
Robert Nishihara
2020-03-22 21:37:24 -07:00
committed by GitHub
parent 8b4f5a9431
commit 4d722bf003
3 changed files with 9 additions and 60 deletions
-1
View File
@@ -174,7 +174,6 @@ requires = [
"numpy >= 1.16",
"filelock",
"jsonschema",
"funcsigs",
"click",
"colorama",
"packaging",