Skip to content

Commit

Permalink
docs: Fix linux minimum version in project_configuration docs (prefix…
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 22, 2024
1 parent 9ab76da commit a85e411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/project_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Currently, the specified **defaults** are the same as [conda-lock](https://githu
=== "Linux"
```toml title="default system requirements for linux"
[system-requirements]
linux = "5.10"
linux = "4.18"
libc = { family="glibc", version="2.28" }
```

Expand All @@ -265,7 +265,7 @@ For example, when installing environments on old versions of linux.
You may encounter the following error:

```
× The current system has a mismatching virtual package. The project requires '__linux' to be at least version '5.10' but the system has version '4.12.14'
× The current system has a mismatching virtual package. The project requires '__linux' to be at least version '4.18' but the system has version '4.12.14'
```

This suggests that the system requirements for the project should be lowered.
Expand Down

0 comments on commit a85e411

Please sign in to comment.