AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

Limit prophet to pandas < 2 #219

Open markan opened 6 months ago

markan commented 6 months ago

Prophet versions up to and including 1.1.4 have an open upper bound on the Pandas version, but do not work correctly with Pandas 2.0. This has not yet been fixed upstream.

See: https://github.com/facebook/prophet/issues/2542

Not sure about the correct path to take with our feedstock. Should it be patched with a note? I don't want this change to be forgotten when a version > 1.1.4 is available. It will not be patched here, but may or may not yet be fixed.

JeanChristopheMorinPerso commented 6 months ago

@markan We've got https://anaconda.atlassian.net/browse/PKG-3768 scheduled for next sprint or in two sprints I think. So we should be able to apply a fix in prophet in this work.

cbouss commented 6 months ago

Is there more context in the user reported issue? I see that our last build of prophet 1.1.4 was tested against pandas 2 with all tests passing.

wenfeiy-db commented 6 months ago

@markan We've got https://anaconda.atlassian.net/browse/PKG-3768 scheduled for next sprint or in two sprints I think. So we should be able to apply a fix in prophet in this work.

@JeanChristopheMorinPerso Curious if you have a more detailed ETA for the fix in prophet?