diff --git a/pyproject.toml b/pyproject.toml index 2474911..5351c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "atlasimagecomposer" version = "0.1.0-a.1" dependencies = [ + "numpy~=2.0.1", "pillow~=10.4.0", "requests~=2.32.3", "tqdm~=4.66.5",