lambdaloop/aniposelib

pip install specifies 'numba==0.50.1' which conflicts with deeplabcut 2.2rc2 'numba==0.51.1'

jonmatthis opened this issue · 2 comments

I'm trying to create an enviornment that includes both aniposelib and deeplab cut, but I ran into this conflict -

The conflict is caused by:
    aniposelib 0.4.1 depends on numba==0.50.1
    deeplabcut 2.2rc2 depends on numba==0.51.1

aniposelib runs just fine with numba==0.51.1, but the pip install specifies version 0.50.1

On closer inspection - Your requirements.txt file does not specific a version for numba, but the deeplabcut requirements.txt file specifies 0.51.1

Our setup.py did specify a specific version of numba==0.50.1
I removed that requirement as of aniposelib 0.4.2, it should work fine now