Skip to content

Commit 207a480

Browse files
committed
Add numpy-quaternion to portable distribution
1 parent 6350492 commit 207a480

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 3 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,6 +13,8 @@ kikuchipy
1213
lumispy
1314
matplotlib-scalebar
1415
nglview
16+
numpy >2
17+
numpy-quaternion
1518
particlespy
1619
py4dstem
1720
pymatgen

0 commit comments

Comments
 (0)