Skip to content

Commit

Permalink
Don't update missing requirements.txt (#1013)
Browse files Browse the repository at this point in the history
image_generation was removed. There's nothing to update in root
project.toml. ./tests/python_tests/ update fails with an error that it
can't resolve the path, but maybe it gets fixed later, so keep it.
  • Loading branch information
Wovchena authored Oct 18, 2024
1 parent ad2faf5 commit 3f77523
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "./"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "image_generation/stable_diffusion_1_5/cpp/scripts/"
directory: "./tests/python_tests/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "image_generation/lcm_dreamshaper_v7/cpp/scripts/"
directory: "./tools/llm_bench/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "./tests/python_tests/"
directory: "./tools/who_what_benchmark/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
Expand Down

0 comments on commit 3f77523

Please sign in to comment.