Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aa2c839
Clickhouse offline store - initial working version
iamhatesz Oct 31, 2024
1d0417e
Remove untested `pull_all_from_table_or_query`
iamhatesz Oct 31, 2024
3af1889
Reorder functions
iamhatesz Oct 31, 2024
5d7f173
Remove commented line
iamhatesz Oct 31, 2024
9d9d24a
Fix frozen mypy errors
iamhatesz Oct 31, 2024
8207c44
mypy fixes; remove online source creator
iamhatesz Oct 31, 2024
7aa45d6
Remove commented code
iamhatesz Oct 31, 2024
803752f
Added docs
iamhatesz Oct 31, 2024
7fffc15
Python 3.9 deps
iamhatesz Oct 31, 2024
6e35db8
Python 3.10 deps
iamhatesz Oct 31, 2024
ca9d795
Python 3.11 deps (updated)
iamhatesz Oct 31, 2024
f8a8356
Remove unused ClickhouseOnlineStoreConfig
iamhatesz Oct 31, 2024
a8aa40b
Merge remote-tracking branch 'origin/master' into feast-clickhouse-of…
iamhatesz Feb 11, 2025
7ce7db1
Regenerate requirements.txt files
iamhatesz Feb 11, 2025
bcb90ca
Lint & format fixes
iamhatesz Feb 11, 2025
27a1e6f
Merge remote-tracking branch 'origin/master' into feast-clickhouse-of…
iamhatesz Mar 6, 2025
80bf5d7
Regenerate requirements.txt files
iamhatesz Mar 6, 2025
53839a8
Add clickhouse to pyproject.toml
iamhatesz Mar 7, 2025
9872944
Fix dependencies
iamhatesz Mar 7, 2025
e8e65b1
Simplify names
iamhatesz Mar 7, 2025
c0f19b2
Skip problematic Clickhouse tests
iamhatesz Mar 7, 2025
2d69427
format & lint
iamhatesz Mar 7, 2025
d5c5083
Merge remote-tracking branch 'origin/master' into feast-clickhouse-of…
iamhatesz Mar 12, 2025
3258903
Post-merge `make lock-python-dependencies-all`
iamhatesz Mar 12, 2025
df6ad54
Pin torch to 2.2.2
iamhatesz Mar 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Python 3.10 deps
Signed-off-by: Tomasz Wrona <tomasz@cast.ai>
  • Loading branch information
iamhatesz committed Oct 31, 2024
commit 6e35db8646d2ea5fda2e61ea647153e4ba4a3d4d
39 changes: 11 additions & 28 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile -p 3.10 --system --no-strip-extras setup.py --extra ci --output-file sdk/python/requirements/py3.10-ci-requirements.txt
# uv pip compile --system --no-strip-extras setup.py --extra ci --output-file sdk/python/requirements/py3.10-ci-requirements.txt
aiobotocore==2.15.2
# via feast (setup.py)
aiohappyeyeballs==2.4.3
Expand Down Expand Up @@ -40,10 +40,6 @@ async-lru==2.0.4
# via jupyterlab
async-property==0.2.2
# via python-keycloak
async-timeout==4.0.3
# via
# aiohttp
# redis
atpublic==5.0
# via ibis-framework
attrs==24.2.0
Expand Down Expand Up @@ -90,6 +86,7 @@ cassandra-driver==3.29.2
# via feast (setup.py)
certifi==2024.8.30
# via
# clickhouse-connect
# elastic-transport
# httpcore
# httpx
Expand All @@ -116,6 +113,8 @@ click==8.1.7
# great-expectations
# pip-tools
# uvicorn
clickhouse-connect==0.8.5
# via feast (setup.py)
cloudpickle==3.1.0
# via dask
colorama==0.4.6
Expand Down Expand Up @@ -178,11 +177,6 @@ elasticsearch==8.15.1
# via feast (setup.py)
entrypoints==0.4
# via altair
exceptiongroup==1.2.2
# via
# anyio
# ipython
# pytest
execnet==2.1.1
# via pytest-xdist
executing==2.1.0
Expand Down Expand Up @@ -335,9 +329,7 @@ idna==3.10
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via
# build
# dask
# via dask
iniconfig==2.0.0
# via pytest
ipykernel==6.29.5
Expand Down Expand Up @@ -431,6 +423,8 @@ kubernetes==20.13.0
# via feast (setup.py)
locket==1.0.0
# via partd
lz4==4.3.3
# via clickhouse-connect
makefun==1.15.6
# via great-expectations
markdown-it-py==3.0.0
Expand Down Expand Up @@ -741,6 +735,7 @@ python-keycloak==4.2.2
# via feast (setup.py)
pytz==2024.2
# via
# clickhouse-connect
# great-expectations
# ibis-framework
# pandas
Expand Down Expand Up @@ -906,16 +901,6 @@ tinycss2==1.4.0
# via nbconvert
toml==0.10.2
# via feast (setup.py)
tomli==2.0.2
# via
# build
# coverage
# jupyterlab
# mypy
# pip-tools
# pytest
# pytest-env
# singlestoredb
tomlkit==0.13.2
# via snowflake-connector-python
toolz==0.12.1
Expand Down Expand Up @@ -987,8 +972,6 @@ types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.12.2
# via
# anyio
# async-lru
# azure-core
# azure-identity
# azure-storage-blob
Expand All @@ -997,18 +980,15 @@ typing-extensions==4.12.2
# ibis-framework
# ipython
# jwcrypto
# multidict
# mypy
# psycopg
# psycopg-pool
# pydantic
# pydantic-core
# rich
# snowflake-connector-python
# sqlalchemy
# testcontainers
# typeguard
# uvicorn
tzdata==2024.2
# via pandas
tzlocal==5.2
Expand All @@ -1021,6 +1001,7 @@ urllib3==2.2.3
# via
# feast (setup.py)
# botocore
# clickhouse-connect
# docker
# elastic-transport
# great-expectations
Expand Down Expand Up @@ -1076,3 +1057,5 @@ yarl==1.16.0
# via aiohttp
zipp==3.20.2
# via importlib-metadata
zstandard==0.23.0
# via clickhouse-connect
8 changes: 1 addition & 7 deletions sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile -p 3.10 --system --no-strip-extras setup.py --output-file sdk/python/requirements/py3.10-requirements.txt
# uv pip compile --system --no-strip-extras setup.py --output-file sdk/python/requirements/py3.10-requirements.txt
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
Expand Down Expand Up @@ -33,8 +33,6 @@ dask-expr==1.1.16
# via dask
dill==0.3.9
# via feast (setup.py)
exceptiongroup==1.2.2
# via anyio
fastapi==0.115.3
# via feast (setup.py)
fsspec==2024.10.0
Expand Down Expand Up @@ -141,8 +139,6 @@ tenacity==8.5.0
# via feast (setup.py)
toml==0.10.2
# via feast (setup.py)
tomli==2.0.2
# via mypy
toolz==1.0.0
# via
# dask
Expand All @@ -153,14 +149,12 @@ typeguard==4.3.0
# via feast (setup.py)
typing-extensions==4.12.2
# via
# anyio
# fastapi
# mypy
# pydantic
# pydantic-core
# sqlalchemy
# typeguard
# uvicorn
tzdata==2024.2
# via pandas
urllib3==2.2.3
Expand Down