Closed taprs closed 10 months ago
Hi, Thanks for pointing it out! I didn't change the requirements.txt
pertaining to numpy
because the pytest behaved weird if I fixed the version of numpy
that it couldn't be compatible with multiple versions of python
anymore. I will do some extra test to ensure the compatibility properly. Thanks again for your suggestions!
Hi Hengchi and thank you for improving the tool!
I installed
wgd v2.0.22
into a brand new venv and got an error upon runningwgd viz
:So it seems that the installation instructions include the newest version of numpy:
Installing
numpy==1.22
into the venv fixed the issue for me. Maybe it's worth adding numpy version limitation into the installation files?Best, Nikita