Sygil-Dev / stable-diffusion

GNU Affero General Public License v3.0
1.72k stars 149 forks source link

remove duplicate streamlit requirement in environment.yaml #280

Closed hafiidz closed 2 years ago

hafiidz commented 2 years ago

There are 2 lines for streamlit in environment.yaml

  1. Line 23: - streamlit>=0.73.1
  2. Line 35: - streamlit>=1.12.2

Removed the lower requirement on line 23.

hafiidz commented 2 years ago

Closed, just notice another PR already exist.