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
palgoviz should permit installation on later versions of Python. The major and minor versions should be perhaps be given in environment.yml, but only the major version should be given in pyproject.toml, i.e., the ~ should be changed to ^. This will require testing and should probably be done at the same time as adding 3.12 support (#185), but it is conceptually its own issue. In particular, if the upper bound is changed to ~3.12 rather than ^3.12 to allow some dependency to be installed, that would not fix this issue.
The text was updated successfully, but these errors were encountered:
EliahKagan
changed the title
Shouldn't pin upper bound
Shouldn't impose Python upper bound
Sep 30, 2023
palgoviz should permit installation on later versions of Python. The major and minor versions should be perhaps be given in
environment.yml
, but only the major version should be given inpyproject.toml
, i.e., the~
should be changed to^
. This will require testing and should probably be done at the same time as adding 3.12 support (#185), but it is conceptually its own issue. In particular, if the upper bound is changed to~3.12
rather than^3.12
to allow some dependency to be installed, that would not fix this issue.The text was updated successfully, but these errors were encountered: