Skip to content

Commit

Permalink
docs: updated the values of the system requirements (#1575)
Browse files Browse the repository at this point in the history
In #1553, the system requirements were bumped, updated the docs to
reflect this.
  • Loading branch information
tdejager authored Jul 8, 2024
1 parent acd2c36 commit 5f4cab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/project_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Currently, the specified **defaults** are the same as [conda-lock](https://githu
```toml title="default system requirements for linux"
[system-requirements]
linux = "5.10"
libc = { family="glibc", version="2.17" }
libc = { family="glibc", version="2.28" }
```

=== "Windows"
Expand All @@ -211,13 +211,13 @@ Currently, the specified **defaults** are the same as [conda-lock](https://githu
=== "Osx"
```toml title="default system requirements for osx"
[system-requirements]
macos = "10.15"
macos = "13.0"
```

=== "Osx-arm64"
```toml title="default system requirements for osx-arm64"
[system-requirements]
macos = "11.0"
macos = "13.0
```

Only if a project requires a different set should you define them.
Expand Down

0 comments on commit 5f4cab3

Please sign in to comment.