sweatstack 0.23.0__tar.gz → 0.25.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sweatstack-0.23.0 → sweatstack-0.25.0}/PKG-INFO +1 -1
- {sweatstack-0.23.0 → sweatstack-0.25.0}/pyproject.toml +1 -1
- {sweatstack-0.23.0 → sweatstack-0.25.0}/uv.lock +2 -2
- {sweatstack-0.23.0 → sweatstack-0.25.0}/.gitignore +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/.python-version +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/DEVELOPMENT.md +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/Makefile +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/README.md +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/playground/README.md +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/playground/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/playground/Untitled.ipynb +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/playground/hello.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/playground/pyproject.toml +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/__init__.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/cli.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/client.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/constants.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/ipython_init.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/openapi_schemas.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/py.typed +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/schemas.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/streamlit.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/sweatshell.py +0 -0
- {sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/utils.py +0 -0
|
@@ -1874,7 +1874,7 @@ wheels = [
|
|
|
1874
1874
|
|
|
1875
1875
|
[[package]]
|
|
1876
1876
|
name = "sweatstack"
|
|
1877
|
-
version = "0.
|
|
1877
|
+
version = "0.24.0"
|
|
1878
1878
|
source = { editable = "." }
|
|
1879
1879
|
dependencies = [
|
|
1880
1880
|
{ name = "httpx" },
|
|
@@ -1905,7 +1905,7 @@ requires-dist = [
|
|
|
1905
1905
|
{ name = "jupyterlab", marker = "extra == 'jupyter'", specifier = ">=4.3.4" },
|
|
1906
1906
|
{ name = "matplotlib", marker = "extra == 'jupyter'", specifier = ">=3.10.0" },
|
|
1907
1907
|
{ name = "pandas", specifier = ">=2.2.3" },
|
|
1908
|
-
{ name = "pyarrow", specifier = ">=
|
|
1908
|
+
{ name = "pyarrow", specifier = ">=18.0.0" },
|
|
1909
1909
|
{ name = "pydantic", specifier = ">=2.10.5" },
|
|
1910
1910
|
{ name = "streamlit", marker = "extra == 'streamlit'", specifier = ">=1.42.0" },
|
|
1911
1911
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.23.0 → sweatstack-0.25.0}/playground/.ipynb_checkpoints/Untitled-checkpoint.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
{sweatstack-0.23.0 → sweatstack-0.25.0}/playground/Sweat Stack examples/Getting started.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.23.0 → sweatstack-0.25.0}/src/sweatstack/Sweat Stack examples/Getting started.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|