Skip to content

Update dependency version constraints in pyproject.toml#8

Closed
krzysztofrusek wants to merge 3 commits into
mainfrom
krzysztofrusek-patch-1
Closed

Update dependency version constraints in pyproject.toml#8
krzysztofrusek wants to merge 3 commits into
mainfrom
krzysztofrusek-patch-1

Conversation

@krzysztofrusek

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the dependency version constraints in the project's pyproject.toml file from compatible release constraints (~=) to minimum version constraints (>=). This relaxes version pinning to allow any version equal to or greater than the specified versions, rather than restricting updates to compatible releases within the same minor version.

  • Changed dependency constraints from ~= to >= for core dependencies (chex, jax, tensorflow-probability)
  • Updated optional graph dependency (jraph) to use the same >= constraint pattern

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml Outdated
Comment thread pyproject.toml
@m-wojnar m-wojnar closed this Oct 29, 2025
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 this pull request may close these issues.

3 participants