From 5a16570ae4af85b4de5b5fb858050e4c1e59b132 Mon Sep 17 00:00:00 2001 From: SeaOtocinclus <74376766+SeaOtocinclus@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:06:14 -0800 Subject: [PATCH] Fix multiple typos in configuration.md (#608) --- docs/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index faad33eb6..45e25709a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -244,7 +244,7 @@ Even if the dependency defines a channel that channel should be added to the `pr [dependencies] python = ">3.9,<=3.11" rust = "1.72" -pytoch-cpu = { version = "~=1.1", channel = "pytorch" } +pytorch-cpu = { version = "~=1.1", channel = "pytorch" } ``` ### `pypi-dependencies` (Beta feature) @@ -299,7 +299,7 @@ Different from `dependencies` and `host-dependencies` these packages are install This enables cross-compiling from one machine architecture to another. ```toml -[build-depencencies] +[build-dependencies] cmake = "~=3.24" ``` @@ -371,7 +371,7 @@ scripts = ["setup.bat"] [target.win-64.dependencies] msmpi = "~=10.1.1" -[target.win-64.build-dependecies] +[target.win-64.build-dependencies] vs2022_win-64 = "19.36.32532" [target.win-64.tasks]