diff --git a/pyproject.toml b/pyproject.toml index 7730faf..01ace21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,10 +21,10 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "numpy>=1.21.6", - "pandas>=1.4.0,<3", + "pandas>=1.4.0", "scikit-learn>=1.2.0", - "typing-extensions>=4.12,<5", - "posthog~=6.7", + "typing-extensions>=4.12", + "posthog>=6.7", "platformdirs>=4", "filelock>=3.19.1", "requests>=2.32.5",