Skip to content

Commit

Permalink
make qbatch a conda dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Jun 19, 2024
1 parent 454f44a commit 40bb8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ We recommend installing `brainglobe-template-builder` within a [conda](https://d


```sh
conda create -n template-builder -c conda-forge python=3.11 parallel
conda create -n template-builder -c conda-forge python=3.11 parallel qbatch
conda activate template-builder
```

Expand All @@ -73,7 +73,7 @@ To install the latest development version of `brainglobe-template-builder`, firs
git clone https://github.com/brainglobe/brainglobe-template-builder
cd brainglobe-template-builder
```

Then, install the package in editable mode with the following command:

```sh
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies = [
"loguru",
"simpleitk",
"vtk",
"qbatch",
"antspyx",
]

Expand Down

0 comments on commit 40bb8e3

Please sign in to comment.