Skip to content

Commit

Permalink
chore: bump up version of python helpers (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 authored Sep 12, 2024
1 parent a7fabc6 commit e0a8dce
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
81 changes: 41 additions & 40 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nada-numpy"
version = "0.5.1"
version = "0.5.2"
description = "Nada-Numpy is a Python library designed for algebraic operations on NumPy-like array objects on top of Nada DSL and Nillion Network."
authors = ["José Cabrero-Holgueras <[email protected]>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ python = "^3.10"
numpy = "^1.26.4"
nada-dsl = "^0.6.0"
py-nillion-client = "^0.6.0"
nillion-python-helpers = "^0.2.3"
nillion-python-helpers = "^0.3.0"
black = {version="24.8.0", optional=true}
isort = {version="^5.13.2", optional=true}
scikit-learn = {version="^1.5.1", optional=true}
Expand Down

0 comments on commit e0a8dce

Please sign in to comment.