TRI-ML / dgp

ML Dataset Governance Policy for Autonomous Vehicle Datasets
https://tri-ml.github.io/dgp/
MIT License
93 stars 63 forks source link

fix: Update requirements.txt #111

Closed wadimkehl closed 2 years ago

wadimkehl commented 2 years ago

Updating the xarray to the latest version


This change is Reviewable

tk-woven commented 2 years ago

Looks like we might have to update the Docker image to Ubuntu 20 to pass CI, assuming that's what's holding pip back from finding the latest xarray version. I don't mind updating the base image tomorrow, but feel free to give it a go if you'd like!

wadimkehl commented 2 years ago

It seems that xarray 2022.6 requires python>=3.8, so we need to wait until my other PR lands in master.

tk-woven commented 2 years ago

Roger that, waiting on #125 .