diff --git a/requirements.txt b/requirements.txt index e1fe4f0..d1efbe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ structlog>=23.1.0 pytest>=8.0.2 pydantic pytorch_frame +pyiceberg==0.8.1 diff --git a/setup.py b/setup.py index 3111976..ad33244 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ "pytest>=8.0.2", "pydantic", "pytorch_frame", + "pyiceberg==0.8.1", "woodwork==0.29.0" ], author="Wes Madrigal",