argonne-lcf / dlio_benchmark

An I/O benchmark for deep Learning applications
https://dlio-benchmark.readthedocs.io
Apache License 2.0
65 stars 30 forks source link

Adding version fix restricts matching on python 3.9 environment. #218

Closed hariharan-devarajan closed 2 months ago

hariharan-devarajan commented 2 months ago

Making it the latest as some dependencies mess up with Python >= 3.9

The Networkx package gets stuck as it cannot resolve the dependency for >= 3.9.

The following change to >= would help resolve all dependencies for Python.