Skip to content

Commit 3209d8a

Browse files
Add dependency information (#744)
* Update README with Python version support information Added note about Python version requirements. * Add requirements for ydata-profiling package
1 parent 97eb2e3 commit 3209d8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ydata-profiling/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Automate Python Data Analysis With YData Profiling
22

33
This folder provides the code examples for the Real Python tutorial [Automate Python Data Analysis With YData Profiling](https://realpython.com/ydata-profiling-eda/).
4+
5+
**Note:** This project requires Python 3.13 or lower. Python 3.14+ is not yet supported due to the `numba`/`llvmlite` dependency.

ydata-profiling/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
setuptools<82
2+
ydata-profiling==4.18.1

0 commit comments

Comments
 (0)