apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.8k forks source link

Loosen Graphviz version requirements #20897

Open huubvh95 opened 2 years ago

huubvh95 commented 2 years ago

Description

MXnet depends on a very old version of Graphviz and it sets this version as the upper bound. Is it possible to loosen these requirements?

References

github-actions[bot] commented 2 years ago

Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.

melanopsis commented 1 year ago

Currently, graphviz is at v0.20.1. The version that mxnet brings (v0.8.4) was released on Jul 1, 2018.