Skip to content

Commit

Permalink
numpy version more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
aroumie1997 committed May 3, 2023
1 parent a7c107c commit a2a2956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "babylog"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name="BabylonAI, Inc.", email="[email protected]" },
{ name="Ahmad Roumie", email="[email protected]"},
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.24.1
numpy>=1.23
PyYAML>=6.0
opencv-python>=4.7.0.68
boto3==1.15.3
Expand Down

0 comments on commit a2a2956

Please sign in to comment.