Skip to content

Commit

Permalink
Merge pull request #15 from miguelaeh/debian
Browse files Browse the repository at this point in the history
fix: Downgrade NumPy requirement
  • Loading branch information
miguelaeh committed Aug 25, 2023
2 parents 0e48a72 + 2bec576 commit 6e74918
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
71 changes: 37 additions & 34 deletions core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipeless-ai"
version = "0.1.3"
version = "0.1.4"
description = "A framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines"
authors = ["Miguel Angel Cabrera Minagorri <devgorri@gmail.com>"]
license = "Apache-2.0"
Expand All @@ -14,7 +14,7 @@ keywords = ["multimedia", "framework", "artificial-intelligence", "pipeline", "d
python = "^3.10"
rich = "^13.4.2"
pynng = "^0.7.2"
numpy = "^1.25.2"
numpy = "^1.24.0 <1.25.0"
pygobject = "^3.44.1"

[build-system]
Expand Down

0 comments on commit 6e74918

Please sign in to comment.