Skip to content

Commit dd79f13

Browse files
authored
Merge pull request #26 from elmbeech/master
Warning: pcdl currently not compiling under Python version 13.
2 parents 7ca91da + 9baf435 commit dd79f13

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on mac os x; the latest pytho
88
on:
99
push:
1010
branches: ["master", "v3", "v4"]
11-
pull_request:
12-
branches: ["master", "v3", "v4"]
11+
#pull_request:
12+
# branches: ["master", "v3", "v4"]
1313

1414
jobs:
1515
build-macosx:

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on linux os; all python3 vers
88
on:
99
push:
1010
branches: ["master", "v3", "v4"]
11-
pull_request:
12-
branches: ["master", "v3", "v4"]
11+
#pull_request:
12+
# branches: ["master", "v3", "v4"]
1313

1414
jobs:
1515
build-linux:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on windows os; the latest pyt
88
on:
99
push:
1010
branches: ["master", "v3", "v4"]
11-
pull_request:
12-
branches: ["master", "v3", "v4"]
11+
#pull_request:
12+
# branches: ["master", "v3", "v4"]
1313

1414
jobs:
1515
build-windows:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
![physicellcdataloader logo & title](man/img/physicelldataloader_title_v3.0.0.png)
22

3+
> [!WARNING]
4+
> **For now, pcdl is only compiling on Python < v13!**
5+
>
6+
> *The reason is the deprecated [AICSImageI](https://github.com/AllenCellModeling/aicsimageio) library dependency, which has lxml dependencies that no longer compile.*
7+
> *As soon as I find time (May or June 2025, after the spring semester), I will replace aicsimageio with its successor, the [BioIO](https://github.com/bioio-devs/bioio) library.*
8+
>
9+
> **Stay tuned and thank you for your patience, Elmar**
310
411
## Abstract:
512

0 commit comments

Comments
 (0)