Skip to content

Commit

Permalink
Remove upper bound on ProxyStore versions (#145)
Browse files Browse the repository at this point in the history
The ProxyStore APIs relevant to Colmena have been stable for a while
now, and I don't have any plans to make any breaking changes there. I
think its safe now to remove the upper bound. This should make version
solving easier which is likely to be a more common frustration for users
than any highly unlikely breaking changes to the ProxyStore core API.
  • Loading branch information
gpauloski authored Jan 31, 2025
1 parent a491b8e commit 53447e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"parsl>=2022",
"pydantic>=2,<3",
"redis>=4.3",
"proxystore>=0.5.0,<0.8.0"
"proxystore>=0.5.0"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 53447e8

Please sign in to comment.