Skip to content

Commit b0d0261

Browse files
Upgrade to wave-0.26.3
1 parent 64d8805 commit b0d0261

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ transformers = "^4.29.0"
3737
sentence-transformers = "^2.2.2"
3838
torch = "2.0.1"
3939
sqlalchemy-utils = "^0.41.1"
40-
h2o-wave = "0.26.1"
40+
h2o-wave = "0.26.3"
4141
pandasql = "0.7.3"
4242
accelerate = "0.21.0"
4343
bitsandbytes = "0.41.0"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fsspec==2023.9.2 ; python_full_version >= "3.8.1" and python_full_version <= "3.
2020
gptcache==0.1.42 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
2121
greenlet==3.0.0 ; python_full_version >= "3.8.1" and platform_machine == "aarch64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.1" and platform_machine == "ppc64le" and python_full_version <= "3.10.0" or python_full_version >= "3.8.1" and platform_machine == "x86_64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.1" and platform_machine == "amd64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.1" and platform_machine == "AMD64" and python_full_version <= "3.10.0" or python_full_version >= "3.8.1" and platform_machine == "win32" and python_full_version <= "3.10.0" or python_full_version >= "3.8.1" and platform_machine == "WIN32" and python_full_version <= "3.10.0"
2222
h11==0.14.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
23-
h2o-wave==0.26.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
23+
h2o-wave==0.26.3 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
2424
httpcore==0.18.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
2525
httpx==0.25.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
2626
huggingface-hub==0.17.3 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
@@ -47,8 +47,8 @@ openapi-schema-pydantic==1.2.4 ; python_full_version >= "3.8.1" and python_full_
4747
packaging==23.2 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
4848
pandas==1.5.3 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
4949
pandasql==0.7.3 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
50-
pillow==10.0.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
51-
psutil==5.9.5 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
50+
pillow==10.1.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
51+
psutil==5.9.6 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
5252
psycopg2-binary==2.9.9 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
5353
pydantic==1.10.13 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"
5454
python-dateutil==2.8.2 ; python_full_version >= "3.8.1" and python_full_version <= "3.10.0"

0 commit comments

Comments
 (0)