Skip to content

Commit

Permalink
CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existin…
Browse files Browse the repository at this point in the history
…g compat) (infiniteopt#322)

* CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existing compat)

* remove Pkg

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Joshua Pulsipher <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2023
1 parent f0929c6 commit fd051e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
DataStructures = "0.14.2 - 0.18"
Distributions = "0.19 - 0.25"
FastGaussQuadrature = "0.3.2 - 0.4, 0.5"
FastGaussQuadrature = "0.3.2 - 0.4, 0.5, 1"
JuMP = "1.5"
MutableArithmetics = "1"
Reexport = "0.2, 1"
Expand All @@ -25,7 +25,6 @@ julia = "^1.6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[targets]
test = ["Test", "Random", "Suppressor", "Pkg"]
test = ["Test", "Random", "Suppressor"]

0 comments on commit fd051e8

Please sign in to comment.