newmanne / open_spiel

Apache License 2.0
0 stars 0 forks source link

pip "Double requirement given" #54

Open gregdeon opened 2 years ago

gregdeon commented 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?