Skip to content

Commit

Permalink
Add compat info for stdlibs and test-only dependencies (#118)
Browse files Browse the repository at this point in the history
* Add compat info for stdlibs

* Add compat info for test-only dependencies
  • Loading branch information
martinholters authored May 8, 2024
1 parent 9e1b0db commit 37e3e6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
FFTW = "0.2, 0.3, 1"
IterTools = "1"
LinearAlgebra = "1.4"
Markdown = "1.4"
OrderedCollections = "1"
ProgressMeter = "1.8"
SparseArrays = "1.4"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1.0"
Statistics = "1.4"
Test = "1.4"
Unitful = "1.2"
julia = "1.4"

[extensions]
Expand Down

0 comments on commit 37e3e6a

Please sign in to comment.