diff --git a/pyproject.toml b/pyproject.toml index 4f16f9c..46cd49e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.11" dependencies = [ - "apparun==0.4.3", + "apparun>=0.4.3", "click<=8.1.8", "numpy==1.26.4", "pyarrow==22.0.0", diff --git a/requirements.txt b/requirements.txt index dfee882..3e5559f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apparun==0.4.3 +apparun>=0.4.3 numpy pyarrow pandas