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

Update ptycho_gui installation deps #102

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Commits on Aug 19, 2024

  1. Find valid CuPy on PyPI

    * Newer versions of CuPy are published as `cupy-cuda11x`, `cupy-cuda12x`, etc for versions `11.x`, `12.x`, etc.
    * Older versions of CuPy are published as `cupy-cuda80`, `cupy-cuda102`, etc for versions `8.0`, `10.2`, etc.
    padraic-shafer authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1ac21de View commit details
    Browse the repository at this point in the history
  2. run-ptycho uses active conda env

    `run-ptycho` should use the entrypoint for the active conda environment, and not assume where it was installed.
    padraic-shafer authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    954d242 View commit details
    Browse the repository at this point in the history
  3. Update installation instructions

    * Do not upgrade to numpy v2 or databroker v2 unknowingly.
    padraic-shafer authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    54d38ce View commit details
    Browse the repository at this point in the history