etsy / boundary-layer

Builds Airflow DAGs from configuration files. Powers all DAGs on the Etsy Data Platform
Apache License 2.0
262 stars 58 forks source link

Allow networkx upper bound >=2.5 to support py3.9 #107

Closed vchiapaikeo closed 3 years ago

vchiapaikeo commented 3 years ago

Py3.9 requires networkx 2.5 and above.

https://github.com/smicallef/spiderfoot/issues/1124