snowflakedb / snowflake-ml-python

Apache License 2.0
38 stars 8 forks source link

fsspec pinned to an aging version #37

Closed ArtnerC closed 11 months ago

ArtnerC commented 12 months ago

Currently we are evaluating snowflake-ml-python for it's role in our migration so we need it installed on our Astronomer Deployment. We are also using fsspec for file moving/loading and are running into issues that have been fixed by newer versions of fsspec. For package management we are using Poetry which doesn't mess around when it comes to version conflicts (good). Since snowpark-ml-python pins fsspec to 2022.11,<=2023.1, we can't install new versions of the package without removing the ml package.

Can the version pinning be removed or at least advanced?

Thanks!

sfc-gh-zzhu commented 12 months ago

Hi, we have made the code change to relax the version constraint of fsspec. The new version requirement will become >=2022.11,<2024. The change will be released with snowflake-ml-python-1.0.7.

ArtnerC commented 12 months ago

Awesome, thank you!

sfc-gh-wzhao commented 11 months ago

Fix has been implemented and released. Closing this issue.