Update installation and runtime dependencies#28
Merged
Dan-RAI merged 2 commits intoBergmannLab:mainfrom Jul 25, 2023
dev-isaac:update-dependencies
Merged
Update installation and runtime dependencies#28Dan-RAI merged 2 commits intoBergmannLab:mainfrom dev-isaac:update-dependencies
Dan-RAI merged 2 commits intoBergmannLab:mainfrom
dev-isaac:update-dependencies
Conversation
Dan-RAI
approved these changes
Jul 25, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, hope you're having a great day.
I installed your tool in the process of reproducing an academic paper and discovered that new releases of Numpy and Scipy were breaking your Docker image build.
It seems that the default version of Python shipped with Ubuntu 20.04 is 3.8, while the latest releases of Numpy/Scipy only support Python 3.9+.
I also added unzip because it was needed in the following line:
PascalX/misc/get1KGGRCh38.sh
Line 19 in 52ecf40
Thank you!