adriangb / scikeras

Scikit-Learn API wrapper for Keras.
https://www.adriangb.com/scikeras/
MIT License
242 stars 50 forks source link

support python 3.10 ? #273

Closed jeffery9876 closed 2 years ago

jeffery9876 commented 2 years ago

Hi,

with the latest tensorflow 2.8 and sklearn already supporting python 3.10, I believe it's time to loose the project constrain to support 3.10?

https://github.com/adriangb/scikeras/blob/962776ae6ffa2e77bffdf320067bba1d62905524/pyproject.toml#L33

Is there anything else holding back this ?

Many thanks

adriangb commented 2 years ago

Indeed. We also need to add 3.10 to CI. Are you interested in making the PR? No problem if not, I just want to give you the chance since you brought it up 😁

jeffery9876 commented 2 years ago

Thanks Adrian. PR submitted