Giskard-AI / giskard

🐢 Open-Source Evaluation & Testing for ML models & LLMs
https://docs.giskard.ai
Apache License 2.0
3.92k stars 250 forks source link

Support python 3.12 #1976

Closed baswenneker closed 3 weeks ago

baswenneker commented 2 months ago

🚀 Feature Request

Support python 3.12

🔈 Motivation

It was released in oktober 2023, my project uses 3.12 and can't downgrade to 3.12.

🛰 Alternatives

...

📎 Additional context

...

lestarr commented 2 months ago

Please do that. All your sub libraries and modules can be used under python 3.12

fer-git commented 1 month ago

+1, Python 3.12 support would be great.

mattbit commented 1 month ago

We had issues with torch which prevented us from supporting Python 3.12 immediately. I just checked that PyTorch 2.4 which was released end of July is finally compatible with 3.12, we will give it a go!