From 244b034ca7da058c117ebfd47bda09be535f9106 Mon Sep 17 00:00:00 2001 From: Martin Breuss Date: Thu, 19 Feb 2026 17:11:11 +0100 Subject: [PATCH 1/2] Update README with Python version support information Added note about Python version requirements. --- ydata-profiling/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ydata-profiling/README.md b/ydata-profiling/README.md index b6fdcdfd7d..b6fa80c0c8 100644 --- a/ydata-profiling/README.md +++ b/ydata-profiling/README.md @@ -1,3 +1,5 @@ # Automate Python Data Analysis With YData Profiling This folder provides the code examples for the Real Python tutorial [Automate Python Data Analysis With YData Profiling](https://realpython.com/ydata-profiling-eda/). + +**Note:** This project requires Python 3.13 or lower. Python 3.14+ is not yet supported due to the `numba`/`llvmlite` dependency. From c8bd850454f04f57b8444bc2db293beac4fef974 Mon Sep 17 00:00:00 2001 From: Martin Breuss Date: Thu, 19 Feb 2026 17:15:12 +0100 Subject: [PATCH 2/2] Add requirements for ydata-profiling package --- ydata-profiling/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ydata-profiling/requirements.txt diff --git a/ydata-profiling/requirements.txt b/ydata-profiling/requirements.txt new file mode 100644 index 0000000000..dd023c3f0c --- /dev/null +++ b/ydata-profiling/requirements.txt @@ -0,0 +1,2 @@ +setuptools<82 +ydata-profiling==4.18.1