From 8ef2646b82866d57dce7e25e275cd996c7ab6fc5 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 21 Jan 2025 11:08:06 +0800 Subject: [PATCH] docs: bump minimal dpdata version to 3.8 in README (#785) ## Summary by CodeRabbit - **Documentation** - Updated Python version compatibility from 3.7 to 3.8 and above in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b05937aff..3ca2355c6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Installation -dpdata only supports Python 3.7 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata: +dpdata only supports Python 3.8 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata: - Install via pip: `pip install dpdata` - Install via conda: `conda install -c conda-forge dpdata`