You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that some of my dependency woes stem from the ^version syntax in pyproject.toml. The versioning of dask means that ^2022.9.1 will never allow the installation of a 2023.x.x version. Would it be more sensible to specify >=2022.9.1?
The text was updated successfully, but these errors were encountered:
Description
I believe that some of my dependency woes stem from the
^version
syntax inpyproject.toml
. The versioning ofdask
means that^2022.9.1
will never allow the installation of a2023.x.x
version. Would it be more sensible to specify>=2022.9.1
?The text was updated successfully, but these errors were encountered: