Unity-Technologies / datasetinsights

Synthetic Dataset Insights
Apache License 2.0
84 stars 16 forks source link

Drop python 3.7 support & Remove tf-dataflow #184

Closed adason closed 2 years ago

adason commented 3 years ago

Peer Review Information

The package tornado is introduced as the dependencies, which seems to create circular dependencies when poetry tries to parse the dependency graph. This change seems to resolve the issue by dropping support for python 3.7.

Screen Shot 2021-11-01 at 4 36 44 PM

Also, tf-dataflow is removed. This is not maintained and not in the critical path.

Pull Request Check List

adason commented 3 years ago

@Saurav-D What's the poetry version? Can you try poetry update in a virtual environment instead?