samuelrince commited on
Commit
3a3f5f9
1 Parent(s): 2458bb0

chore: make install now upgrades libraries

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -1,6 +1,6 @@
1
 
2
  install:
3
- pip install -r requirements-dev.txt
4
 
5
  start:
6
  gradio app.py
 
1
 
2
  install:
3
+ pip install -U -r requirements-dev.txt
4
 
5
  start:
6
  gradio app.py