diff --git a/Project.toml b/Project.toml index 7e3d9b1..5033628 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "EquationsOfState" uuid = "0438fec6-b81c-52d9-9651-d286848f50a8" authors = ["Qi Zhang "] -version = "1.1.2" +version = "1.1.3" [deps] GSL = "92c85e6c-cbff-5e0c-80f7-495c94daaecd" diff --git a/REQUIRE b/REQUIRE index dd1cb1c..6d7e765 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,11 @@ julia 1.0 -Reexport \ No newline at end of file +Reexport +GSL +InteractiveUtils +LinearAlgebra +LsqFit +Polynomials +Rematch +StaticArrays +Transducers +Unitful \ No newline at end of file