compomics / DeepLC

DeepLC: Retention time prediction for (modified) peptides using Deep Learning.
https://iomics.ugent.be/deeplc
Apache License 2.0
52 stars 18 forks source link

Python 3.8 compatibility #9

Closed paretje closed 4 years ago

paretje commented 4 years ago

Currently, DeepLC is marked as incompatible with python 3.8. It might be interesting to resolve any incompatibilities and remove the restriction.

RalfG commented 4 years ago

Yup, I agree. @RobbinBouwmeester, do you remember why Python 3.8 doesn't work?

RalfG commented 4 years ago

Was it because we use Tensorflow 1, which does not support Python 3.8 (tensorflow/tensorflow#33374)?

RobbinBouwmeester commented 4 years ago

From what I remember DeepLC was not tested on 3.8; lets give it a try.