https://github.com/SyneRBI/SIRF-Exercises/pull/251
(5 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@ColomboMatte0 could you quickly test the edits?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@casperdcl commented on this pull request.
In environment.yml:
> @@ -13,7 +13,7 @@ dependencies: - numpy - cil # make synergistic notebooks work - astra-toolbox # needed for ct examples - - scipy + - scipy>=1.16
We can't do this as it requires python>=3.11
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
That's kind of weird. Maybe I saw those deprecation messages then on other systems, not our docker.
So, we will need to postpone this. (we could put in some workaround checking scipy version, but that seems overkill)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@KrisThielemans pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I've rebased this after merging #254 to keep only 1 commit
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@KrisThielemans commented on this pull request.
In environment.yml:
> @@ -13,7 +13,7 @@ dependencies: - numpy - cil # make synergistic notebooks work - astra-toolbox # needed for ct examples - - scipy + - scipy>=1.16
@casperdcl I took this version by attempting to see when scipy switched to the new structure. Maybe I have the wrong version? (seems unlikely we actually would need python 3.11, as some notebooks have the "new" import already I believe)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@KrisThielemans commented on this pull request.
In environment.yml:
> @@ -13,7 +13,7 @@ dependencies: - numpy - cil # make synergistic notebooks work - astra-toolbox # needed for ct examples - - scipy + - scipy>=1.16
we are using python 3.12 now in docker etc, so will go ahead with this.
⬇️ Suggested change- - scipy>=1.16 + - scipy>=1.16 + - python>=3.12
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@KrisThielemans pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()