Skip to content

Commit

Permalink
Compat for Reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
KronosTheLate authored Oct 3, 2023
1 parent 5dbee19 commit 4860eaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"

[compat]
FFTW = "^1"
FFTW = "1"
RecipesBase = "1"
Term = "^1"
Term = "1"
julia = "1.6"
Reexport = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 4860eaa

Please sign in to comment.