diff --git a/pyproject.toml b/pyproject.toml index 97721af..c6103a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["appabuild"] [project] name = "appabuild" -version = "0.4.1" +version = "0.4.2" authors = [{ name = "Maxime Peralta", email = "maxime.peralta@cea.fr"}] maintainers= [{name = "Maxime Peralta", email = "maxime.peralta@cea.fr"}] description = "Appa Build is a package to build impact models" @@ -22,9 +22,9 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", ] -requires-python = ">=3.11,<3.12" +requires-python = ">=3.11" dependencies = [ - "apparun==0.4.1", + "apparun==0.4.2", "click<=8.1.8", "numpy==1.26.4", "pyarrow==22.0.0", diff --git a/requirements.txt b/requirements.txt index 967eee2..4455763 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apparun==0.4.1 +apparun==0.4.2 numpy pyarrow pandas