networkx / nx-parallel

A networkx backend that uses joblib to run graph algorithms in parallel.
BSD 3-Clause "New" or "Revised" License
33 stars 21 forks source link

Add a requirements.txt file #22

Closed spykelionel closed 11 months ago

spykelionel commented 1 year ago

Most contributors face issues trying to run the project or generating a heatmap_betweenness_centrality_timing.png as a stated in #191

Schefflera-Arboricola commented 1 year ago

hi @spykelionel there will be a different infrastructure for benchmarking, it's a WIP (issue https://github.com/networkx/nx-parallel/issues/12). Also, in networkx the requirements files are auto-generated from the pyproject.toml file and not manually. So, you should consider making changes there, if any! for the outreachy task pip install networkx matplotlib seaborn nx_parallel pandas is enough ig.

Thank you :)

spykelionel commented 1 year ago

Thanks for the update @Schefflera-Arboricola. I have updated the requirements.txt to match the description above

Schefflera-Arboricola commented 1 year ago

@spykelionel No, I meant we probably won't be generating heatmaps for benchmarking in the future. And that pip command would be enough to complete the outreachy task.

Also, in networkx the requirements files are auto-generated from the pyproject.toml file and not manually.

Thank you :)