Closed abcde-1447 closed 2 years ago
This should be definitely doable. We don't extensively use any feature from the newer Python version. However, you might need to tinker with the dependency versions to get this working. torchcde
and pytorch-lightning
should both be fine since they are 3.6+.
Let me know if you encounter issues related to a specific dependency, and we'll find a workaround.
Closing as the issue seems to be fixed.
Hi,
Thank you for this great repo! I was trying to run this package for my research projects, and it looks like it requires Python 3.8, which is not compatible with several of packages I am using (e.g. pandas == 0.21). I am wondering if it is possible to somehow modify this package to make it compatible with Python 3.6?
Any suggestions would be much appreciated, thank you!