Skip to content

Commit

Permalink
feat/Change in internal library versions (#25)
Browse files Browse the repository at this point in the history
* feat/changed version numbers to fix nada-numpy, nillion-python-helpers and flexibilize torch
  • Loading branch information
jcabrero authored Jun 25, 2024
1 parent 4983948 commit 299ddad
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 67 deletions.
127 changes: 64 additions & 63 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[tool.poetry]
name = "nada-ai"
version = "0.1.2"
version = "0.1.3"
description = "Nada-AI is a Python library designed for AI/ML on top of Nada DSL and Nillion Network."
authors = ["Mathias Leys <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.26.4"
torch = "^2.3.0"
torch = "^2.0.0"
scikit-learn = "^1.4.2"
prophet = "^1.1.5"
nada-dsl = "^0.2.1"
py-nillion-client = "^0.2.1"
nada-numpy = "^0.1.2"
nillion-python-helpers = "^0.1.2"
nada-numpy = "~0.1" # Any version starting with 0.1
nillion-python-helpers = "~0.1" # Any version starting with 0.1

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
Expand Down

0 comments on commit 299ddad

Please sign in to comment.