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

requirements.txt #105

Open
AnUnassumingUsername opened this issue Aug 3, 2023 · 2 comments
Open

requirements.txt #105

AnUnassumingUsername opened this issue Aug 3, 2023 · 2 comments

Comments

@AnUnassumingUsername
Copy link

Errors on installing dependencies, Pil apparently discontinued and scikit-image worked rather than skimage - running from windows cmd line in cloned directory. Using Python 3.11.3 - so may just be some quirks of my configuration but these changes to the requirements.txt worked for this configuration

torch
scikit-image
numpy
matplotlib
argparse
Pillow

@Keshawn
Copy link

Keshawn commented Sep 7, 2023

add IPython

@michaelnew
Copy link

michaelnew commented Jul 23, 2024

FWIW, this is my working requirements.txt file:

scikit-image
numpy
matplotlib
argparse
Pillow
IPython
torch

And to run on AMD, add the line:
--extra-index-url https://download.pytorch.org/whl/rocm5.7
above torch

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

No branches or pull requests

3 participants