From 26e179b32d0692bf5965b497cafc2d554c290315 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 9 Jan 2024 10:02:22 +0100 Subject: [PATCH] docs: remove windows and unix system requirements --- docs/configuration.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 45e25709a..ece33dad9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -152,7 +152,6 @@ Currently, the specified **defaults** are the same as [conda-lock](https://githu === "Linux" ```toml title="default system requirements for linux" [system-requirements] - unix = true linux = "5.10" libc = { family="glibc", version="2.17" } ``` @@ -160,20 +159,17 @@ Currently, the specified **defaults** are the same as [conda-lock](https://githu === "Windows" ```toml title="default system requirements for windows" [system-requirements] - windows = true ``` === "Osx" ```toml title="default system requirements for osx" [system-requirements] - unix = true macos = "10.15" ``` === "Osx-arm64" ```toml title="default system requirements for osx-arm64" [system-requirements] - unix = true macos = "11.0" ```