Skip to content

Commit

Permalink
Add pandas and IBM AI Toolkit.
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Carcaramo <lcarcaramo@ibm.com>
  • Loading branch information
lcarcaramo committed Feb 19, 2024
1 parent dd23a06 commit 9756c32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
[tool.poetry.dependencies]
python = ">=3.10"
defusedxml = ">=0.7.1"
pandas = {version = ">=1.5.1.post3", source = "IBM Python AI Toolkit"}

[tool.poetry.group.dev.dependencies]
isort = ">=5.13.2"
Expand All @@ -53,6 +54,11 @@
wheel = ">=0.42.0"
ebcdic = ">=1.1.1"

[[tool.poetry.source]]
name = "IBM Python AI Toolkit"
url = "https://downloads.pyaitoolkit.ibm.net:443/repository/python_ai_toolkit_zos/simple/"
secondary = true

[tool.isort]
profile = "black"

Expand Down

0 comments on commit 9756c32

Please sign in to comment.