OmicsML / dance

DANCE: a deep learning library and benchmark platform for single-cell analysis
https://pydance.readthedocs.io
BSD 2-Clause "Simplified" License
344 stars 33 forks source link

Fix a bug in install.sh #433

Closed HelloWorldLTY closed 5 months ago

HelloWorldLTY commented 5 months ago

I notice that when using install.sh to install the packages, an error will be throwed:

ERROR: Invalid requirement: 'torchvision=0.16.1' Hint: = is not a valid operator. Did you mean == ?

I fix the bug in the install.sh and now it works well.

wehos commented 5 months ago

Hi, thanks for your contribution. This issue was mentioned in the issue here. @RemyLau Feel free to merge it.

JiayuanDing100 commented 5 months ago

merged, thanks @HelloWorldLTY for contribution