diff --git a/pyproject.toml b/pyproject.toml index 4edd460..00aa66f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta" # Standard entry point for setuptools bu [project] name = "twinweaver" -version = "0.3.0" +version = "0.3.1" description = "Converting longitudinal patient data into text for LLM-based event prediction and forecasting." # --- NEW/UPDATED FIELDS --- @@ -46,7 +46,7 @@ classifiers = [ # dependencies dependencies = [ "numpy", - "pandas", + "pandas<3.0.0", "transformers", "scikit-learn", "jupyter", @@ -58,7 +58,7 @@ dependencies = [ dev = [ "pytest", "numpy", - "pandas", + "pandas<3.0.0", "transformers", "scikit-learn", "ruff",