Gluon-ts: Keep pandas 1.0 in version 0.7

Created on 18 Feb 2021  路  6Comments  路  Source: awslabs/gluon-ts

Description

My application has a hard dependency on pandas 1.0. I am thus a happy user of gluon-ts v0.6 馃槃

I have seen on the master branch that pandas has been updated to 1.1. Would it be possible to relax that requirement to keep pandas 1.0 along with pandas 1.1, i.e. use pandas>=1.0

Pandas 1.0 is barely one-year-old, IMO it's reasonable to wait a bit before forcing a switch to the 6-month old 1.1 release.

References

https://github.com/awslabs/gluon-ts/blob/master/requirements/requirements.txt

dependency enhancement

All 6 comments

Hello Alex,

the requirement was changed in #1233. I'm not 100% why, maybe @lostella can shed some light here :)

Generally, gluon-ts should work with pandas==1.0 though.

@jaheba @alexcombessie looking at it again, I suppose that requirement bump was not really necessary.

@jaheba did you mean compatible with pandas~=1.0?

@jaheba did you mean compatible with pandas~=1.0?

What I meant is that gluon-ts should work if you install pandas==1.0.

We should change the dependency to pandas~=1.0 still :)

@alexcombessie Do you want to do the change?

Hi @jaheba,

Thanks, that's kind of you to offer 馃檹 Here is a short PR: #1344

Cheers,

Alex

PR is merged

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexhallam picture alexhallam  路  3Comments

Hari7696 picture Hari7696  路  9Comments

tm1611 picture tm1611  路  5Comments

mharvan picture mharvan  路  9Comments

MaximilianPavon picture MaximilianPavon  路  5Comments