sonjaleo / KinFragLib

Kinase-focused fragment library
MIT License
1 stars 0 forks source link

Python 3.6. CI fails in PR #13 #15

Open sonjaleo opened 2 years ago

sonjaleo commented 2 years ago

For generating t-SNE plots, scikit-learn Version 1.0.1 is used. As the requirement for scikit-learn Version 1.0.1 Python 3.7 or higher is needed (https://scikit-learn.org/stable/install.html), therefore the CI for Python 3.6. fails. Therefore, I will deactivate the CI checks for Python 3.6. so tests will only run on Python 3.8.

PR: https://github.com/sonjaleo/KinFragLib/pull/13