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. 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