We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53055cc + a4c7e46 commit 2b25d32Copy full SHA for 2b25d32
docs/source/start/install.rst
@@ -7,7 +7,7 @@ Installation
7
- Proof: Xinwei Zhang
8
9
- Python >= 3.8
10
-- Pytorch >=1.11
+- Pytorch >= 1.12
11
12
Current, the stable version of **DHG** is 0.9.2. You can install it with ``pip`` as follows:
13
docs/source/zh/start/install.rst
@@ -8,7 +8,7 @@
- 校对: `丰一帆 <https://fengyifan.site/>`_ 、张欣炜
14
目前, **DHG** 的最新稳定版本 **0.9.2** 已经发布,可以使用 ``pip`` 指令直接安装:
pyproject.toml
@@ -32,7 +32,7 @@ classifiers = [
32
33
[tool.poetry.dependencies]
34
python = "^3.8"
35
-torch = "1.12.1"
+torch = ">= 1.12.1, < 2.0"
36
scipy = "^1.8"
37
optuna = "*"
38
numpy = "*"
0 commit comments