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 tried to create a fresh new environment for Python 3.10 with all the listed dependencies for elegy and it seems that all of them are already available for python 3.10:
cloudpickle
tensorboardx
wandb
treex
Since elegy doesn't seem to have any compiled extensions, I was wondering if there is anything else forcing the constraint:
python = ">=3.7,<3.10"
I'd really like to use elegy in my Python 3.10 environment. Would it be possible to release a new version with that constraint updated to:
python = ">=3.7,<3.11"
Thank you.
The text was updated successfully, but these errors were encountered:
I tried to create a fresh new environment for Python
3.10
with all the listed dependencies forelegy
and it seems that all of them are already available for python3.10
:Since
elegy
doesn't seem to have any compiled extensions, I was wondering if there is anything else forcing the constraint:I'd really like to use elegy in my Python 3.10 environment. Would it be possible to release a new version with that constraint updated to:
Thank you.
The text was updated successfully, but these errors were encountered: