Skip to content

Commit

Permalink
Fix multiple typos in configuration.md (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOtocinclus authored Jan 2, 2024
1 parent 0e92b3e commit 5a16570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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"
```

Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 5a16570

Please sign in to comment.