Skip to content

Commit

Permalink
Update compatibility versions for external packages
Browse files Browse the repository at this point in the history
- Increased the compatibility version of `CrystallographyBase` from `"0.10, 0.14"` to `"0.14"`
- Increased the compatibility version of `QuantumESPRESSO` from `"0.8, 0.9, 0.10"` to `"0.10"`
  • Loading branch information
singularitti committed Oct 28, 2023
1 parent 182ecd9 commit 5ea6da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ QuantumESPRESSO = "95228164-aa68-11e9-35aa-d79ea5c4658d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[compat]
CrystallographyBase = "0.10, 0.14"
CrystallographyBase = "0.14"
CrystallographyRecipes = "0.1"
DataFrames = "1"
QuantumESPRESSO = "0.8, 0.9, 0.10"
QuantumESPRESSO = "0.10"
RecipesBase = "1"
julia = "1"

Expand Down

0 comments on commit 5ea6da2

Please sign in to comment.