diff --git a/Project.toml b/Project.toml index b17268d..cb236ee 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NodalPolynomialSpaces" uuid = "0b197c3a-da26-4bf3-b373-765e7d9e4c53" authors = ["Vedant Puri "] -version = "0.2.3" +version = "0.2.4" [deps] BoundaryValueProblems = "4e0c136c-7fd7-450f-8fba-42b64cbda8b5" @@ -13,8 +13,9 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -CalculustCore = "0.4" +CalculustCore = "0.4.1" FastGaussQuadrature = "0.4.9, 0.5" Reexport = "1.2.2" SciMLOperators = "0.2.11, 0.3" +BoundaryValueProblems = "0.1.1" julia = "1.6"