Update minimal python version up to 3.10 #420
d-a-bunin
started this conversation in
Improvements
Replies: 1 comment 1 reply
-
Latest versions(1.0+) of pytorch_forecasting now support python 3.1[12] and pandas <3.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Currently (2.7.1) the library supports python versions: (3.8, 3.9, 3.10).
pytorch_forecasting
)typing
module extensively, but on new versions of python we could use expressions likelist[int]
instead oftyping.List[int]
Thoughts
I'm not sure if it is necessary to support the old python versions like 3.8 and 3.9 after the major update.
Related
pytorch_forecasting
after creationBeta Was this translation helpful? Give feedback.
All reactions