From 173a1ee58fc8a6ed6bdf71f7dd7d74413e9cf0e1 Mon Sep 17 00:00:00 2001 From: singularitti Date: Tue, 29 Nov 2022 22:02:24 -0500 Subject: [PATCH] Restrict Express.jl to v0.9.2+ --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1a067a5..45c3bdb 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ AbInitioSoftwareBase = "0.6.1, 0.8, 0.9" Configurations = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17" Crystallography = "0.2, 0.3, 0.4, 0.5" EquationsOfStateOfSolids = "0.4" -Express = "0.9" +Express = "0.9.2" QuantumESPRESSO = "0.7, 0.8" Setfield = "0.4, 0.5, 0.6, 0.7, 0.8, 1" UnifiedPseudopotentialFormat = "0.3, 0.4"