From 40bb8e37652b5f735fda708d4099648ad3d7489d Mon Sep 17 00:00:00 2001 From: niksirbi Date: Wed, 19 Jun 2024 19:12:53 +0100 Subject: [PATCH] make qbatch a conda dependency --- README.md | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f86988..39ba4fb 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f9fd255..c74f984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ dependencies = [ "loguru", "simpleitk", "vtk", - "qbatch", "antspyx", ]