Skip to content

Commit

Permalink
CompatHelper: bump compat for DataInterpolations to 5 for package cor…
Browse files Browse the repository at this point in the history
…e, (keep existing compat) (#1458)

This pull request changes the compat entry for the `DataInterpolations`
package from `4.4` to `4.4, 5` for package core.
This keeps the compat entries for earlier versions.



Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass
before you merge this pull request.

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed May 11, 2024
1 parent 1adf059 commit d45c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ComponentArrays = "0.13,0.14,0.15"
Configurations = "0.17"
DBInterface = "2.4"
DataFrames = "1.4"
DataInterpolations = "4.4"
DataInterpolations = "4.4, 5"
DataStructures = "0.18"
Dates = "<0.0.1,1"
Dictionaries = "0.3.25, 0.4"
Expand Down

0 comments on commit d45c4be

Please sign in to comment.