From a2a29565e495879bcae216bb40ab8729fd6aced5 Mon Sep 17 00:00:00 2001 From: ahmad Date: Wed, 3 May 2023 03:35:31 -0700 Subject: [PATCH] numpy version more flexible --- python/pyproject.toml | 4 ++-- python/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index f3a7bbf..3cd3bf3 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "babylog" -version = "0.0.2" +version = "0.0.3" authors = [ { name="BabylonAI, Inc.", email="support@babylonai.dev" }, { name="Ahmad Roumie", email="ahmad@babylonai.dev"}, @@ -20,7 +20,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies=[ - "numpy>=1.24.1", + "numpy>=1.23", "PyYAML>=6.0", "opencv-python>=4.7.0.68", "boto3==1.15.3", diff --git a/python/requirements.txt b/python/requirements.txt index 377672c..27fdbec 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.24.1 +numpy>=1.23 PyYAML>=6.0 opencv-python>=4.7.0.68 boto3==1.15.3