Skip to content

Commit

Permalink
try addign explcity pandas dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart A. Siegel committed Aug 1, 2024
1 parent bc22ac1 commit d659f9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions services/inference/poetry.lock

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

2 changes: 1 addition & 1 deletion services/inference/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "tsfmservices/**/*.py" }]
[tool.poetry.dependencies]
# including 3.9 causes poetry lock to run forever
python = ">=3.10,<3.12"

pandas = "*"
numpy = { version = "<2" }
tsfm_public = { git = "https://github.com/IBM/tsfm.git", tag = "v0.2.5" }

Expand Down

0 comments on commit d659f9b

Please sign in to comment.