Open PinxuanHuang opened 1 year ago
Hello, when I cloned this code repository and installed it using pip install ., I encountered an error in setup.py regarding install_requires(dependencies). I hope to fix this issue through this pull request.
pip install .
setup.py
install_requires(dependencies)
Thank you.
Hello, when I cloned this code repository and installed it using
pip install .
, I encountered an error insetup.py
regardinginstall_requires(dependencies)
. I hope to fix this issue through this pull request.Thank you.