We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b8511 commit cb4dc0dCopy full SHA for cb4dc0d
1 file changed
neumai-tools/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "neumai-tools"
3
-version = "0.0.17"
+version = "0.0.18"
4
description = "Package containing helper tools for Neum AI."
5
authors = ["David de Matheu <david@tryneum.com>"]
6
license = "MIT"
@@ -16,7 +16,7 @@ langchain = "0.0.335"
16
llama-index = "0.9.3"
17
openai = "1.2.4"
18
pandas = "2.1.0"
19
-neumai = "^0.0.33"
+neumai = ">0.0.34"
20
21
[build-system]
22
requires = ["poetry-core"]
0 commit comments