Skip to content

Commit

Permalink
docs: Update the required version of task. (y-scope#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 authored and Jack Luo committed Dec 4, 2024
1 parent fb70484 commit ee8c8ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ this project:
the size of repo as we add and update images.
* [Node.js] >= 16 to be able to [view the output](#viewing-the-output)
* Python 3.10 or later
* [Task] >= 3.35
* [Task] >= 3.38.0
* We constrain the version because, in lower versions, the Taskfile syntax we use has bugs.

## Build Commands
Expand Down Expand Up @@ -44,3 +44,4 @@ the address it binds to (usually http://localhost:8080).
[git-lfs]: https://git-lfs.com
[http-server]: https://www.npmjs.com/package/http-server
[Node.js]: https://nodejs.org/en/download/current
[Task]: https://taskfile.dev/
2 changes: 1 addition & 1 deletion docs/src/dev-guide/building-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl
* Python 3.8 or newer
* python3-dev
* python3-venv
* [Task](https://taskfile.dev/)
* [Task](https://taskfile.dev/) >= 3.38.0

## Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/src/dev-guide/components-core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CLP core is the low-level component that performs compression, decompression, an
* We have built and tested CLP on the OSes listed [below](#native-environment).
* If you have trouble building for another OS, file an issue, and we may be able to help.
* A compiler that supports C++20 and std::span (e.g., gcc-10)
* [Task](https://taskfile.dev/)
* [Task](https://taskfile.dev/) >= 3.38.0

To build, we require some source dependencies, packages from package managers, and libraries built
from source.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/dev-guide/contributing-linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To run the linting tools, besides commonly installed tools like `tar`, you'll ne
* `md5sum`
* Python 3.8 or newer
* python3-venv
* [Task]
* [Task] >= 3.38.0

## Running the linters

Expand Down

0 comments on commit ee8c8ad

Please sign in to comment.