Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
2 parents e967f50 + 94d10f3 commit ef87e47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stalebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/stale@v6
with:
days-before-issue-stale: 14
days-before-issue-stale: 32
days-before-issue-close: 7
stale-issue-message: "This issue is stale because it has been open for 14 days with no activity. Feel free to either 1) remove the stale label or 2) comment. If nothing happens, this will be closed in 7 days."
close-issue-message: "This issue was closed automatically. Feel free to re-open it if it's important."
days-before-pr-stale: 1
days-before-pr-stale: 2
stale-pr-message: "This PR is stale because it has been open 1+ days with no activity. Feel free to either 1) remove the stale label or 2) comment. If nothing happens, this will be closed in 7 days."
days-before-pr-close: 7
close-pr-message: "This PR was closed automatically. Feel free to re-open it if you still want to work on it."
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ requires-python = ">=3.9"
dependencies = [
"spacy-wrap>=1.4.1,<1.5.0",
"spacy-experimental >= 0.6.2",
"spacy[transformers]>=3.2.0,<3.6.0",
"spacy[transformers]>=3.2.0,<3.7.0",
"pandas>=1.0.0,<2.0.0",
"tqdm>=4.42.1,<4.66.0",
"tqdm>=4.42.1,<4.67.0",
]


Expand Down

0 comments on commit ef87e47

Please sign in to comment.