File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 " keras < 2.4; python_version < '3.9'" ,
5050 " tensorflow > 1.10, < 2.3; python_version < '3.9'" ,
5151 # Version capped due to tensorflow incompatibility
52- " protobuf < 4" ,
52+ " protobuf < 4; python_version < '3.9' " ,
5353 # Version capped due to tensorflow incompatibility
54- " numpy < 1.24"
54+ " numpy < 1.24; python_version < '3.9' "
5555]
5656plt = [
5757 " graphviz" ,
@@ -74,9 +74,9 @@ all = [
7474 " keras < 2.4; python_version < '3.9'" ,
7575 " tensorflow > 1.10, < 2.3; python_version < '3.9'" ,
7676 # Version capped due to tensorflow incompatibility
77- " protobuf < 4" ,
77+ " protobuf < 4; python_version < '3.9' " ,
7878 # Version capped due to tensorflow incompatibility
79- " numpy < 1.24" ,
79+ " numpy < 1.24; python_version < '3.9' " ,
8080 " graphviz" ,
8181 " matplotlib" ,
8282 " dowhy < 0.12; python_version > '3.8'" ,
You can’t perform that action at this time.
0 commit comments