Skip to content

Commit 83ab1c2

Browse files
Dependency update #4
1 parent 0240036 commit 83ab1c2

File tree

2 files changed

+92
-70
lines changed

2 files changed

+92
-70
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
packages = [{include = "sidekick"}]
2222

2323
[tool.poetry.dependencies]
24-
python = ">=3.8.16,<3.10"
24+
python = ">=3.8.16,<=3.10"
2525
pandas = "^1.3.3"
2626
numpy = "^1.21.2"
2727
click = "^8.0.1"
@@ -38,6 +38,8 @@ torch = "^2.0.1"
3838
sqlalchemy-utils = "^0.41.1"
3939
h2o-wave = "0.26.1"
4040
pandasql = "0.7.3"
41+
accelerate = "0.21.0"
42+
bitsandbytes = "0.41.0"
4143
InstructorEmbedding = "^1.0.1"
4244

4345
[tool.poetry.scripts]

requirements.txt

Lines changed: 89 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,89 @@
1-
aiohttp==3.8.4 ; python_full_version >= "3.8.16" and python_version < "3.10"
2-
aiosignal==1.3.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
3-
async-timeout==4.0.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
4-
attrs==23.1.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
5-
cachetools==5.3.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
6-
certifi==2023.5.7 ; python_full_version >= "3.8.16" and python_version < "3.10"
7-
charset-normalizer==3.1.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
8-
click==8.1.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
9-
colorama==0.4.6 ; python_full_version >= "3.8.16" and python_version < "3.10"
10-
dataclasses-json==0.5.7 ; python_full_version >= "3.8.16" and python_version < "3.10"
11-
filelock==3.12.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
12-
frozenlist==1.3.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
13-
fsspec==2023.5.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
14-
gptcache==0.1.29.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
15-
greenlet==2.0.2 ; python_full_version >= "3.8.16" and platform_machine == "aarch64" and python_version < "3.10" or python_full_version >= "3.8.16" and platform_machine == "ppc64le" and python_version < "3.10" or python_full_version >= "3.8.16" and platform_machine == "x86_64" and python_version < "3.10" or python_full_version >= "3.8.16" and platform_machine == "amd64" and python_version < "3.10" or python_full_version >= "3.8.16" and platform_machine == "AMD64" and python_version < "3.10" or python_full_version >= "3.8.16" and platform_machine == "win32" and python_version < "3.10" or python_full_version >= "3.8.16" and platform_machine == "WIN32" and python_version < "3.10"
16-
huggingface-hub==0.15.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
17-
h2o-wave==0.26.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
18-
idna==3.4 ; python_full_version >= "3.8.16" and python_version < "3.10"
19-
jinja2==3.1.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
20-
joblib==1.2.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
21-
langchain==0.0.142 ; python_full_version >= "3.8.16" and python_version < "3.10"
22-
llama-index==0.5.27 ; python_full_version >= "3.8.16" and python_version < "3.10"
23-
loguru==0.7.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
24-
markupsafe==2.1.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
25-
marshmallow-enum==1.5.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
26-
marshmallow==3.19.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
27-
mpmath==1.3.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
28-
multidict==6.0.4 ; python_full_version >= "3.8.16" and python_version < "3.10"
29-
mypy-extensions==1.0.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
30-
networkx==3.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
31-
nltk==3.8.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
32-
numexpr==2.8.4 ; python_full_version >= "3.8.16" and python_version < "3.10"
33-
numpy==1.24.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
34-
openai==0.27.7 ; python_full_version >= "3.8.16" and python_version < "3.10"
35-
openapi-schema-pydantic==1.2.4 ; python_full_version >= "3.8.16" and python_version < "3.10"
36-
packaging==23.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
37-
pandas==1.5.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
38-
pillow==9.5.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
39-
psycopg2-binary==2.9.6 ; python_full_version >= "3.8.16" and python_version < "3.10"
40-
pydantic==1.10.8 ; python_full_version >= "3.8.16" and python_version < "3.10"
41-
python-dateutil==2.8.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
42-
pytz==2023.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
43-
pyyaml==6.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
44-
regex==2023.5.5 ; python_full_version >= "3.8.16" and python_version < "3.10"
45-
requests==2.31.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
46-
scikit-learn==1.2.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
47-
scipy==1.10.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
48-
sentence-transformers==2.2.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
49-
sentencepiece==0.1.99 ; python_full_version >= "3.8.16" and python_version < "3.10"
50-
six==1.16.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
51-
sqlalchemy-utils==0.41.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
52-
sqlalchemy==1.4.48 ; python_full_version >= "3.8.16" and python_version < "3.10"
53-
sqlglot==12.4.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
54-
sympy==1.12 ; python_full_version >= "3.8.16" and python_version < "3.10"
55-
tenacity==8.2.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
56-
threadpoolctl==3.1.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
57-
tiktoken==0.4.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
58-
tokenizers==0.13.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
59-
toml==0.10.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
60-
torch==2.0.1 ; python_full_version >= "3.8.16" and python_version < "3.10"
61-
torchvision==0.15.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
62-
tqdm==4.65.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
63-
transformers==4.29.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
64-
typing-extensions==4.6.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
65-
typing-inspect==0.9.0 ; python_full_version >= "3.8.16" and python_version < "3.10"
66-
urllib3==2.0.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
67-
win32-setctime==1.1.0 ; python_full_version >= "3.8.16" and python_version < "3.10" and sys_platform == "win32"
68-
yarl==1.9.2 ; python_full_version >= "3.8.16" and python_version < "3.10"
69-
pandasql==0.7.3 ; python_full_version >= "3.8.16" and python_version < "3.10"
1+
accelerate==0.21.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
2+
aiohttp==3.8.5 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
3+
aiosignal==1.3.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
4+
ansicon==1.89.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0" and platform_system == "Windows"
5+
anyio==3.7.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
6+
async-timeout==4.0.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
7+
attrs==23.1.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
8+
bitsandbytes==0.41.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
9+
blessed==1.20.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
10+
cachetools==5.3.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
11+
certifi==2023.7.22 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
12+
charset-normalizer==3.2.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
13+
click==8.1.6 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
14+
colorama==0.4.6 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
15+
dataclasses-json==0.5.14 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
16+
exceptiongroup==1.1.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
17+
filelock==3.12.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
18+
frozenlist==1.4.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
19+
fsspec==2023.6.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
20+
gptcache==0.1.38 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
21+
greenlet==2.0.2 ; python_full_version >= "3.8.16" and platform_machine == "aarch64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.16" and platform_machine == "ppc64le" and python_full_version <= "3.10.0" or python_full_version >= "3.8.16" and platform_machine == "x86_64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.16" and platform_machine == "amd64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.16" and platform_machine == "AMD64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.16" and platform_machine == "win32" and python_full_version <= "3.10.0" or python_full_version >= "3.8.16" and platform_machine == "WIN32" and python_full_version <= "3.10.0"
22+
h11==0.14.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
23+
h2o-wave==0.26.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
24+
httpcore==0.17.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
25+
httpx==0.24.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
26+
huggingface-hub==0.16.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
27+
idna==3.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
28+
inquirer==3.1.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
29+
instructorembedding==1.0.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
30+
jinja2==3.1.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
31+
jinxed==1.2.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0" and platform_system == "Windows"
32+
joblib==1.3.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
33+
langchain==0.0.142 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
34+
llama-index==0.5.27 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
35+
loguru==0.7.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
36+
markupsafe==2.1.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
37+
marshmallow==3.20.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
38+
mpmath==1.3.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
39+
multidict==6.0.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
40+
mypy-extensions==1.0.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
41+
networkx==3.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
42+
nltk==3.8.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
43+
numexpr==2.8.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
44+
numpy==1.24.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
45+
openai==0.27.8 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
46+
openapi-schema-pydantic==1.2.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
47+
packaging==23.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
48+
pandas==1.5.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
49+
pandasql==0.7.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
50+
pillow==10.0.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
51+
psutil==5.9.5 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
52+
psycopg2-binary==2.9.6 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
53+
pydantic==1.10.12 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
54+
python-dateutil==2.8.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
55+
python-editor==1.0.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
56+
pytz==2023.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
57+
pyyaml==6.0.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
58+
readchar==4.0.5 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
59+
regex==2023.6.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
60+
requests==2.31.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
61+
safetensors==0.3.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
62+
scikit-learn==1.3.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
63+
scipy==1.10.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
64+
sentence-transformers==2.2.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
65+
sentencepiece==0.1.99 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
66+
setuptools==68.0.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
67+
six==1.16.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
68+
sniffio==1.3.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
69+
sqlalchemy-utils==0.41.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
70+
sqlalchemy==1.4.49 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
71+
sqlglot==12.4.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
72+
starlette==0.31.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
73+
sympy==1.12 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
74+
tenacity==8.2.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
75+
threadpoolctl==3.2.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
76+
tiktoken==0.4.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
77+
tokenizers==0.13.3 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
78+
toml==0.10.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
79+
torch==2.0.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
80+
torchvision==0.15.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
81+
tqdm==4.65.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
82+
transformers==4.31.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
83+
typing-extensions==4.7.1 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
84+
typing-inspect==0.9.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
85+
urllib3==2.0.4 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
86+
uvicorn==0.23.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
87+
wcwidth==0.2.6 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"
88+
win32-setctime==1.1.0 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0" and sys_platform == "win32"
89+
yarl==1.9.2 ; python_full_version >= "3.8.16" and python_full_version <= "3.10.0"

0 commit comments

Comments
 (0)