CAMI-challenge / OPAL

OPAL: Open-community Profiling Assessment tooL
https://cami-challenge.github.io/OPAL/
Apache License 2.0
25 stars 6 forks source link

The required Python version 3.7 is not compatible with suggested pandas version #52

Closed dawnmy closed 1 year ago

dawnmy commented 1 year ago

https://github.com/CAMI-challenge/OPAL/blob/b30b2e4fc3edd7895e8fcb07d46f60bc9238d894/requirements/default.txt#L4

Newer version of pandas does not support Python 3.7 any longer.

c4-driod commented 1 year ago

Install a lower version use pip. For example, pip uninstall pandas; pip install pandas