yuchenlin commited on
Commit
133bbde
·
verified ·
1 Parent(s): c7b011c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -16
requirements.txt CHANGED
@@ -1,16 +1,15 @@
1
- gradio
2
- numpy
3
- openai
4
- fuzzywuzzy
5
- scikit-learn
6
- dirtyjson
7
- hjson
8
- datasets
9
- sympy
10
- latex2sympy2
11
- pebble
12
- tqdm
13
- word2number
14
- regex
15
- multiprocess
16
- debugpy
 
1
+ gradio==4.19.2
2
+ numpy==1.26.4
3
+ openai==1.46.0
4
+ fuzzywuzzy==0.18.0
5
+ scikit-learn==1.4.2
6
+ dirtyjson==1.0.8
7
+ hjson==3.1.0
8
+ datasets==2.17.1
9
+ sympy==1.12.1
10
+ latex2sympy2==1.9.1
11
+ Pebble==5.0.7
12
+ tqdm==4.66.5
13
+ word2number==1.1
14
+ regex==2024.4.16
15
+ multiprocess==0.70.16