Skip to content

Commit

Permalink
update pyproject dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mansouralawi committed Nov 14, 2024
1 parent ea61a8f commit 0040cb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-workflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
TEST_XIRCUITS: |
examples/image_prediction.xircuits
examples/msg_trigger.xircuits
examples/slack_openai.xircuits
# examples/slack_openai.xircuits
steps:
- name: Checkout Repository
Expand Down
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ readme = "README.md"
repository = "https://github.com/XpressAI/xai-slack"
keywords = ["xircuits", "slack"]

dependencies = [
"slack_sdk==3.33.1",
"slack_bolt==1.20.1",
"torch==2.4.1",
"torchvision==0.19.1",
"requests"
]

# Xircuits-specific configurations
[tool.xircuits]
default_example_path = "examples/msg_trigger.xircuits"
requirements_path = "requirements.txt"
requirements_path = "requirements.txt"

0 comments on commit 0040cb1

Please sign in to comment.