Skip to content

Commit

Permalink
update deps and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 17, 2024
1 parent e304f1c commit 4313397
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
access_token: ${{ github.token }}

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v5.1.0
with:
python-version: "3.9"
python-version: "3.12"
architecture: "x64"

- name: Run pre-commit
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ references:
given-names: Etienne
email: [email protected]
orcid: https://orcid.org/0000-0002-9271-5075
version: '>= 0.19.10'
year: '2024'
version: '>= 0.19.11'
- type: software
title: magrittr
abstract: 'magrittr: A Forward-Pipe Operator for R'
Expand All @@ -315,7 +315,7 @@ references:
abstract: 'parameters: Processing of Model Parameters'
notes: Imports
url: https://easystats.github.io/parameters/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=parameters
authors:
- family-names: Lüdecke
given-names: Daniel
Expand All @@ -341,7 +341,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.21.6'
version: '>= 0.21.7'
- type: software
title: performance
abstract: 'performance: Assessment of Regression Models Performance'
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Imports:
dplyr (>= 1.1.4),
effectsize (>= 0.8.8),
glue (>= 1.7.0),
insight (>= 0.19.10),
insight (>= 0.19.11),
magrittr (>= 2.0.3),
parameters (>= 0.21.6),
parameters (>= 0.21.7),
performance (>= 0.11.0),
PMCMRplus (>= 1.9.10),
purrr (>= 1.0.2),
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"@type": "SoftwareApplication",
"identifier": "insight",
"name": "insight",
"version": ">= 0.19.10",
"version": ">= 0.19.11",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -305,7 +305,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.21.6",
"version": ">= 0.21.7",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -438,7 +438,7 @@
},
"SystemRequirements": null
},
"fileSize": "4135.575KB",
"fileSize": "4135.191KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit 4313397

Please sign in to comment.