PsyNeuLink
PsyNeuLink copied to clipboard
Python 3.13 support
Several issues prevent PsyNeuLink from running on Python 3.13:
- [ ] onnxruntime (transitive) dependency is unavailable for Python 3.13. This will be addressed in onnxruntime 1.20.0 (https://onnxruntime.ai/roadmap)
- [ ] fastkde-1.x wheels are not available for Python 3.13 and psyneulink can't use newer fastKDE version (#3053)
- [ ] pint 0.21.1 doesn't work on Python 3.13 and psyneulink can't use newer pint version (#2977)