diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index ead9fa466..f88c21953 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -293,7 +293,7 @@ jobs:
pip install uv
uv venv
source .venv/bin/activate
- uv pip install "flytekit>=1.12.2" flytekitplugins-deck-standard torch tabulate pyarrow
+ uv pip install "flytekit>=1.12.2" flytekitplugins-deck-standard torch tabulate pyarrow pandas
pip freeze
- name: Checkout flytesnacks
uses: actions/checkout@v3
diff --git a/.readthedocs.yml b/.readthedocs.yml
index b1825c215..796b75d7d 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -7,7 +7,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
- python: "3.11"
+ python: "3.12"
apt_packages:
- pandoc
diff --git a/README.md b/README.md
index bd2e73154..f6ad212d4 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
- Flyte User Guide & Tutorials
+ Flyte tutorials and integrations examples
- Flytesnacks encompasses code examples showcasing Flytekit Python
+ Flytesnacks encompasses tutorials and integrations examples showcasing Flytekit Python
@@ -30,11 +30,9 @@
> To get the hang of Python SDK, refer to the [Getting Started](https://docs.flyte.org/en/latest/getting_started.html) tutorial before exploring the examples.
-The [User Guide](https://docs.flyte.org/projects/cookbook/en/latest/index.html) section has code examples, tips, and tricks that showcase the usage of Flyte features and integrations.
+The [Tutorials](https://docs.flyte.org/en/latest/flytesnacks/tutorials/index.html) section has real-world examples, ranging from machine learning training, data processing to feature engineering.
-The [Tutorials](https://docs.flyte.org/projects/cookbook/en/latest/tutorials.html) section has real-world examples, ranging from machine learning training, data processing to feature engineering.
-
-the [Integrations](https://docs.flyte.org/projects/cookbook/en/latest/integrations.html) section demonstrates how to use Flyte with other tools and frameworks.
+the [Integrations](https://docs.flyte.org/en/latest/flytesnacks/integrations/index.html) section demonstrates how to use Flyte with other tools and frameworks.
> Flytesnacks currently has all examples in Python (Flytekit Python SDK).
@@ -44,7 +42,7 @@ the [Integrations](https://docs.flyte.org/projects/cookbook/en/latest/integratio