File tree Expand file tree Collapse file tree 6 files changed +27
-7
lines changed Expand file tree Collapse file tree 6 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ phonenumbers==8.13.0
88python-levenshtein==0.20.8
99quantulum3==0.7.11
1010requests==2.31.0
11- scikit-learn==1.1.2
11+ scikit-learn==1.5.0
1212jinja2==3.1.4
1313spacy[ja]==3.4.2
1414textblob==0.17.1
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ fuzzywuzzy==0.18.0
7878 # via -r exec-env-requirements.in
7979google-search-results==2.4.1
8080 # via -r exec-env-requirements.in
81+ greenlet==3.0.3
82+ # via sqlalchemy
8183groq==0.4.2
8284 # via -r exec-env-requirements.in
8385h11==0.14.0
@@ -235,7 +237,7 @@ requests==2.31.0
235237 # tiktoken
236238 # translate
237239 # vadersentiment
238- scikit-learn==1.1.2
240+ scikit-learn==1.5.0
239241 # via
240242 # -r exec-env-requirements.in
241243 # scikit-optimize
Original file line number Diff line number Diff line change 33torch==1.13.1
44transformers==4.41.2
55scikit-optimize==0.9.0
6- scikit-learn==1.1.2
6+ scikit-learn==1.5.0
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ filelock==3.14.0
3232 # transformers
3333fsspec==2024.6.0
3434 # via huggingface-hub
35+ greenlet==3.0.3
36+ # via sqlalchemy
3537h11==0.14.0
3638 # via uvicorn
3739huggingface-hub==0.23.3
@@ -96,7 +98,7 @@ s3transfer==0.6.2
9698 # via boto3
9799safetensors==0.4.3
98100 # via transformers
99- scikit-learn==1.1.2
101+ scikit-learn==1.5.0
100102 # via
101103 # -r torch-cpu-requirements.in
102104 # scikit-optimize
@@ -118,7 +120,7 @@ threadpoolctl==3.5.0
118120 # via scikit-learn
119121tokenizers==0.19.1
120122 # via transformers
121- torch==1.13.1
123+ torch==1.13.1+cpu
122124 # via -r torch-cpu-requirements.in
123125tqdm==4.66.4
124126 # via
Original file line number Diff line number Diff line change 33torch==1.13.1
44transformers==4.41.2
55scikit-optimize==0.9.0
6- scikit-learn==1.1.2
6+ scikit-learn==1.5.0
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ filelock==3.14.0
3232 # transformers
3333fsspec==2024.6.0
3434 # via huggingface-hub
35+ greenlet==3.0.3
36+ # via sqlalchemy
3537h11==0.14.0
3638 # via uvicorn
3739huggingface-hub==0.23.3
@@ -60,6 +62,16 @@ numpy==1.23.4
6062 # scikit-optimize
6163 # scipy
6264 # transformers
65+ nvidia-cublas-cu11==11.10.3.66
66+ # via
67+ # nvidia-cudnn-cu11
68+ # torch
69+ nvidia-cuda-nvrtc-cu11==11.7.99
70+ # via torch
71+ nvidia-cuda-runtime-cu11==11.7.99
72+ # via torch
73+ nvidia-cudnn-cu11==8.5.0.96
74+ # via torch
6375packaging==24.1
6476 # via
6577 # huggingface-hub
@@ -96,7 +108,7 @@ s3transfer==0.6.2
96108 # via boto3
97109safetensors==0.4.3
98110 # via transformers
99- scikit-learn==1.1.2
111+ scikit-learn==1.5.0
100112 # via
101113 # -r torch-cuda-requirements.in
102114 # scikit-optimize
@@ -141,3 +153,7 @@ urllib3==1.26.18
141153 # requests
142154uvicorn==0.22.0
143155 # via -r mini-requirements.in
156+ wheel==0.43.0
157+ # via
158+ # nvidia-cublas-cu11
159+ # nvidia-cuda-runtime-cu11
You can’t perform that action at this time.
0 commit comments