From b6aa4da8f198d016f9c259beedba462aa3cdf8ca Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 26 Sep 2024 12:22:58 +0000 Subject: [PATCH] fix python-build docs dep --- docs/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yml b/docs/environment.yml index cfac47e..764ee45 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -2,7 +2,7 @@ name: ipylab-lite channels: - conda-forge dependencies: -- build +- python-build - python=3.11 - pip - mamba