Describe the bug
A clear and concise description of what the bug is.
During step 8 in https://github.com/FeTS-AI/Challenge/tree/main/Task_1 , a sklearn installation error occurred while executing 'fets @ git+https://github.com/FETS-AI/Algorithms.git@fets_challenge', among install_requires in setup.py.
To Reproduce
Steps to reproduce the behavior:
- Execute step8 (pip install .) command in https://github.com/FeTS-AI/Challenge/tree/main/Task_1
- Error occurred at line 33 of the setup.py code https://github.com/FeTS-AI/Challenge/blob/main/Task_1/setup.py
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.

FeTS Version
Version information is found on Help > About
Desktop (please complete the following information):
- OS:
window10
- Version :
22hz
Additional context
After cloning FeTS-AI/Algorithms to my GitHub, change sklearn in the 14th line code of https://github.com/sunyeongan/Algorithms/blob/master/setup.py to scikit-learn.