Skip to content

Commit

Permalink
CompatHelper: add new compat entry for QuasiMonteCarlo at version 0.3…
Browse files Browse the repository at this point in the history
… for package test, (keep existing compat) (#74)

* CompatHelper: add new compat entry for QuasiMonteCarlo at version 0.3 for package test, (keep existing compat)

* CompatHelper: add new compat entry for WriteVTK at version 1 for package test, (keep existing compat) (#76)

* CompatHelper: add new compat entry for WriteVTK at version 1 for package test, (keep existing compat)

* Update test/Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]>

* CompatHelper: bump compat for Meshes to 0.48 for package test, (keep existing compat) (#75)

* CompatHelper: bump compat for Meshes to 0.48 for package test, (keep existing compat)

* Update test/Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]>

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent fe98cb3 commit de827bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
Aqua = "0.8.3"
ExplicitImports = "1.0.1"
LinearAlgebra = "1"
Meshes = "0.46"
Meshes = "0.46, 0.47, 0.48"
OrdinaryDiffEq = "6.68"
Plots = "1.25.11"
QuasiMonteCarlo = "0.3.1"
Random = "1"
StaticArrays = "1.9"
Test = "1"
WriteVTK = "1.18"

0 comments on commit de827bd

Please sign in to comment.