Skip to content

Commit

Permalink
Merge branch 'main' into 191-add-example-notebook-for-the-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk authored Oct 18, 2024
2 parents 5bddb67 + 4279657 commit bf54d73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 12
groups:
pip-all-updates:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ colour==0.1.5
coverage==7.6.1
matplotlib==3.9.2
networkx==3.3.0
pandas==2.2.2
pandas==2.2.3
pytest==8.3.3
ruff==0.6.9
scikit-image==0.24.0
scikit-learn==1.5.1
scikit-learn==1.5.2
scipy==1.14.1
shap==0.46.0
tqdm==4.66.5
torch==2.4.0
torchvision==0.19.0
transformers==4.44.2
torch==2.4.1
torchvision==0.19.1
transformers==4.45.2
xgboost==2.1.1
numpy==1.26.4
requests==2.32.3

0 comments on commit bf54d73

Please sign in to comment.