From 96fb8a4765669d650698328d9b77dc0a920f17d3 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 29 Aug 2023 09:05:21 +0200 Subject: [PATCH] no longer a use for conandata requirements are specified in conanfile.py directly contributes to CURA-10951 --- conandata.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 conandata.yml diff --git a/conandata.yml b/conandata.yml deleted file mode 100644 index a98105a..0000000 --- a/conandata.yml +++ /dev/null @@ -1,20 +0,0 @@ -"5.3.0-alpha": - requirements: - - "nest2d/5.2.2" - - "cpython/3.10.4" -"5.2.2": - requirements: - - "nest2d/5.2.2" - - "cpython/3.10.4" -"5.2.0": - requirements: - - "nest2d/5.2.0" - - "cpython/3.10.4" -"5.2.0-alpha": - requirements: - - "nest2d/(latest)@ultimaker/testing" - - "cpython/3.10.4" -"5.1.0": - requirements: - - "libnest2d/5.1.0" - - "cpython/3.10.4"