Closed ArtnerC closed 1 year 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.
Awesome, thank you!
Fix has been implemented and released. Closing this issue.
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 usingfsspec
for file moving/loading and are running into issues that have been fixed by newer versions offsspec
. For package management we are using Poetry which doesn't mess around when it comes to version conflicts (good). Sincesnowpark-ml-python
pinsfsspec
to2022.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!