Skip to content

Commit 87373c6

Browse files
author
Hanna Ruth
committed
BUILD: removed ipykernel from dependencies due to issues with the install, and included it as a conda install in the readme file instead.
1 parent 684f246 commit 87373c6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
### Installation Instructions
2-
1. Install the astra-toolbox from conda-forge
2+
1. Install astra-toolbox, CuPy, and ipykernel from conda-forge:
33
```bash
44
conda install -c conda-forge astra-toolbox
5-
```
6-
2. Install CuPy from conda-forge
7-
```bash
85
conda install -c conda-forge cupy
6+
conda install -c conda-forge ipykernel
97
```
10-
3. Clone the pyxalign git repo
8+
2. Clone the pyxalign git repo
119
```bash
1210
git clone https://github.com/hruth/pyxalign.git
1311
```
14-
4. Install the package
12+
3. Install the package
1513
```bash
1614
cd pyxalign
1715
pip install .

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies = [
1313
"tqdm",
1414
"ipywidgets",
1515
"plotly",
16-
"ipykernel",
1716
"ipympl",
1817
"tifffile",
1918
"PyQt5",

0 commit comments

Comments
 (0)