apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
195 stars 40 forks source link

[Feat][Doc] using poetry for managing all the python dependencies #382

Closed SemyonSinchenko closed 4 months ago

SemyonSinchenko commented 4 months ago

Is your feature request related to a problem? Please describe. Currently python dependencies are managed in two ways:

  1. PySpark poetry project
  2. requirements.txt + pip for sphinx docs generation

Describe the solution you'd like poetry as a single system for all the python dependencies

Describe alternatives you've considered .

Additional context As discussed in mailing list and on the community meeting.