Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/cogent3-2024.2.5a1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Feb 16, 2024
2 parents 22d8807 + d938546 commit f2b2ab9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
]
dependencies = ["click", "scitrack", "numpy ==1.24.4", "cogent3 ==2024.2.5a1", "scikit-learn ==1.4.0"]
dependencies = ["click", "scitrack", "numpy ==1.26.4", "cogent3 ==2024.2.5a1", "scikit-learn ==1.4.0"]
keywords = [
"supertree",
"phylogeny",
Expand Down

0 comments on commit f2b2ab9

Please sign in to comment.