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

Use new uv package manager to install deps in CI #133

Merged
merged 10 commits into from
Mar 5, 2024
Merged

Use new uv package manager to install deps in CI #133

merged 10 commits into from
Mar 5, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    9f6dd8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc77430 View commit details
    Browse the repository at this point in the history
  3. fix Failed to parse git+https://gitlab.com/ase/ase`

      Caused by: URL requirement must be preceded by a package name. Add the name of the package before the URL (e.g., `package_name @ https://...`).
    janosh committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c89867c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb9e58 View commit details
    Browse the repository at this point in the history
  5. drop git+ from ase install URL

    janosh committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    81c05fc View commit details
    Browse the repository at this point in the history
  6. quotes maybe?

    janosh committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3c18cc2 View commit details
    Browse the repository at this point in the history
  7. restore git+

    janosh committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c070ba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    1633d3a View commit details
    Browse the repository at this point in the history
  2. generate constraints.txt in CI to prevent uv from downgrading ase ins…

    …talled from git to pypi version
    janosh committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2699956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e50ce47 View commit details
    Browse the repository at this point in the history