From 442b2746cc970381e2ddfea093d399f5e572d97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 3 Jun 2024 09:46:03 +0200 Subject: [PATCH] Revert removal of standard --- pixi.toml | 1 + pyproject.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pixi.toml b/pixi.toml index 2d834c7d4a..e5bf5e07f2 100644 --- a/pixi.toml +++ b/pixi.toml @@ -40,6 +40,7 @@ jupyterlab = "*" matplotlib-base = "*" pillow = "*" plotly = ">=4.0" +# Standard watchfiles = "*" [feature.py39.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 22ad0d7773..22108c701b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,8 @@ recommended = [ 'matplotlib', 'pillow', 'plotly', +] +standard = [ 'watchfiles', ] tests = [