From 0e8239afb5922bfd20cc2b109cf5680aa04996c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Kr=C3=A1l?= Date: Tue, 17 Dec 2024 08:53:39 +0100 Subject: [PATCH] move `hatchling` from deps to build deps for `BindCraft` --- .../easyconfigs/b/BindCraft/BindCraft-1.1.0-foss-2023a.eb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/b/BindCraft/BindCraft-1.1.0-foss-2023a.eb b/easybuild/easyconfigs/b/BindCraft/BindCraft-1.1.0-foss-2023a.eb index 49345e486d8..fd6186d58ec 100644 --- a/easybuild/easyconfigs/b/BindCraft/BindCraft-1.1.0-foss-2023a.eb +++ b/easybuild/easyconfigs/b/BindCraft/BindCraft-1.1.0-foss-2023a.eb @@ -13,6 +13,10 @@ source_urls = ['https://github.com/martinpacesa/BindCraft/archive/refs/tags/'] sources = [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}] checksums = ['c682f59501f0bcfbb8289fd066362dcea37ed8553cdff5c794a2baa6d4149ce7'] +builddependencies = [ + ('hatchling', '1.18.0'), +] + dependencies = [ ('Python', '3.11.3'), ('SciPy-bundle', '2023.07'), @@ -30,7 +34,6 @@ dependencies = [ ('Optax', '0.2.2'), ('py3Dmol', '2.1.0'), ('JupyterLab', '4.0.5'), - ('hatchling', '1.18.0'), ('Flax', '0.8.4'), ]