pjgerrits commited on
Commit
82f8f92
1 Parent(s): 7005448

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
  # This file may be used to create an environment using:
2
  # $ conda create --name <env> --file <this file>
3
 
4
- Flask==2.1.2
5
- Werkzeug==2.1.2
6
- psycopg2-binary==2.9.3
7
- gradio==2.2.15
8
 
 
1
  # This file may be used to create an environment using:
2
  # $ conda create --name <env> --file <this file>
3
 
4
+ gradio
5
+ psycopg2-binary
6
+
 
7