DataBiosphere / dsub

Open-source command-line tool to run batch computing tasks and workflows on backend services such as Google Cloud.
Apache License 2.0
265 stars 44 forks source link

Relax pytz dependency constraint #299

Closed rivershah closed 1 month ago

rivershah commented 2 months ago

The pytz<=2024.1 constraint is too strict for latest pandas versions. Can this please be relaxed.

wnojopra commented 2 months ago

Hi @rivershah ,

We will update the dependencies for the next release.

But going forward, dsub will continue to have version constraints like this for its dependencies. So you may continue running into issues like this.

What I would recommend is using a Python virtual environment (if you aren't already). This way, dsub library dependecies are isolated from your other Python applications. This would be useful for this case in particular as dsub does not depend on pandas.