Closed rivershah closed 1 month 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.
The
pytz<=2024.1
constraint is too strict for latestpandas
versions. Can this please be relaxed.