saattrupdan commited on
Commit
5b08525
·
1 Parent(s): ed60c2e

chore: Update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt CHANGED
@@ -9,6 +9,7 @@ certifi==2022.9.24
9
  cffi==1.15.1
10
  charset-normalizer==2.1.1
11
  click==8.1.3
 
12
  contourpy==1.0.6
13
  cryptography==38.0.4
14
  cycler==0.11.0
@@ -27,8 +28,10 @@ httpx==0.23.1
27
  huggingface-hub==0.11.1
28
  idna==3.4
29
  Jinja2==3.1.2
 
30
  kiwisolver==1.4.4
31
  linkify-it-py==1.0.3
 
32
  luga==0.2.6
33
  markdown-it-py==2.1.0
34
  MarkupSafe==2.1.1
@@ -39,6 +42,7 @@ mpmath==1.3.0
39
  multidict==6.0.2
40
  networkx==3.1
41
  nptyping==1.4.4
 
42
  numpy==1.23.5
43
  orjson==3.8.2
44
  packaging==21.3
@@ -60,11 +64,16 @@ PyYAML==6.0
60
  regex==2022.10.31
61
  requests==2.28.1
62
  rfc3986==1.5.0
 
 
 
63
  six==1.16.0
 
64
  sniffio==1.3.0
65
  soupsieve==2.3.2.post1
66
  starlette==0.22.0
67
  sympy==1.11.1
 
68
  tokenizers==0.13.2
69
  torch==2.0.0
70
  tqdm==4.64.1
 
9
  cffi==1.15.1
10
  charset-normalizer==2.1.1
11
  click==8.1.3
12
+ cloudpickle==2.2.1
13
  contourpy==1.0.6
14
  cryptography==38.0.4
15
  cycler==0.11.0
 
28
  huggingface-hub==0.11.1
29
  idna==3.4
30
  Jinja2==3.1.2
31
+ joblib==1.2.0
32
  kiwisolver==1.4.4
33
  linkify-it-py==1.0.3
34
+ llvmlite==0.40.0
35
  luga==0.2.6
36
  markdown-it-py==2.1.0
37
  MarkupSafe==2.1.1
 
42
  multidict==6.0.2
43
  networkx==3.1
44
  nptyping==1.4.4
45
+ numba==0.57.0
46
  numpy==1.23.5
47
  orjson==3.8.2
48
  packaging==21.3
 
64
  regex==2022.10.31
65
  requests==2.28.1
66
  rfc3986==1.5.0
67
+ scikit-learn==1.2.2
68
+ scipy==1.10.1
69
+ shap==0.41.0
70
  six==1.16.0
71
+ slicer==0.0.7
72
  sniffio==1.3.0
73
  soupsieve==2.3.2.post1
74
  starlette==0.22.0
75
  sympy==1.11.1
76
+ threadpoolctl==3.1.0
77
  tokenizers==0.13.2
78
  torch==2.0.0
79
  tqdm==4.64.1