Skip to content

Commit

Permalink
docs: remove windows and unix system requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jan 9, 2024
1 parent 89356a7 commit 26e179b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,28 +152,24 @@ 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" }
```

=== "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"
```

Expand Down

0 comments on commit 26e179b

Please sign in to comment.