-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/Change in internal library versions (#25)
* feat/changed version numbers to fix nada-numpy, nillion-python-helpers and flexibilize torch
- Loading branch information
Showing
2 changed files
with
68 additions
and
67 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|