aboutsummaryrefslogtreecommitdiff
path: root/conanfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/conanfile.py b/conanfile.py
index dbe4c65..1635cb6 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -25,11 +25,10 @@ class Wanda(ConanFile):
"src/*",
)
requires = (
- "asio/1.12.2",
- "lyra/1.2.0",
+ "asio/1.18.1",
+ "lyra/1.5.1",
"CUTE/2.2.6@fmorgner/stable",
"spdlog/1.4.2",
- "range-v3/0.4.0@ericniebler/stable",
)
def configure_cmake(self):