Skip to content

Commit 668f330

Browse files
committed
Add numpy-quaternion to portable distribution
1 parent 6350492 commit 668f330

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
384384
where python
385385
where pip
386-
pip install -r requirement_portable.txt
386+
pip install -r requirement_portable_distribution.txt
387387
388388
- name: Pip list
389389
shell: cmd
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
abtem
22
ase
33
atomap
4+
dask >=2023.6.0,<2024.12.0
45
dask-image
56
exspy
67
graphviz
@@ -12,7 +13,10 @@ kikuchipy
1213
lumispy
1314
matplotlib-scalebar
1415
nglview
16+
numpy >2
17+
numpy-quaternion
1518
particlespy
19+
pint >0.24
1620
py4dstem
1721
pymatgen
1822
pystackreg

0 commit comments

Comments
 (0)