Skip to content

Commit

Permalink
📝 docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Nov 3, 2024
1 parent 0859d36 commit f7739ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Nanoflow is a simple and efficient workflow framework for Python. It allows you
- Retry functionality for tasks
- GPU resource management for parallel task execution
- Support flow matrix and task matrix
- Dynamic update resource pool

## Roadmap

Expand All @@ -37,7 +38,7 @@ Nanoflow is a simple and efficient workflow framework for Python. It allows you

### Installation using pip/pipx/uv

Before this, please ensure that Python 3.10 or above is installed, along with pip.
Before this, please ensure that Python 3.12 or above is installed, along with pip.

```shell
pip install nanoflow
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
"Typing :: Typed",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]

Expand Down

0 comments on commit f7739ee

Please sign in to comment.