Open gregdeon opened 2 years ago
pip install -r requirements.txt gives the error
ERROR: Double requirement given: scipy (from -r requirements.txt (line 31)) (already in scipy>=1.7.3 (from -r requirements.txt (line 16)), name='scipy')
Remove scipy from line 31?
pip install -r requirements.txt gives the error
Remove scipy from line 31?