Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installing dependencies in tutorials #309

Closed
Warvito opened this issue Mar 16, 2023 · 1 comment · Fixed by #332
Closed

Fix installing dependencies in tutorials #309

Warvito opened this issue Mar 16, 2023 · 1 comment · Fixed by #332

Comments

@Warvito
Copy link
Collaborator

Warvito commented Mar 16, 2023

In some tutorials, it checks if the dependencies are available, and if not, it install them. For example:

# !python -c "import monai" || pip install -q "monai-weekly[pillow, tqdm, einops, nibabel]"

In some case, these dependencies are not relevant, and should be remove from the tutorial

@Warvito
Copy link
Collaborator Author

Warvito commented Mar 16, 2023

MONAI Tutorials is now adopting having the LICENSE as the first thing in the tutorials. We should fix it in our examples

@Warvito Warvito linked a pull request Mar 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant