Skip to content

Commit

Permalink
Update compas requirement from <2 to <3
Browse files Browse the repository at this point in the history
Updates the requirements on [compas](https://github.com/compas-dev/compas) to permit the latest version.
- [Release notes](https://github.com/compas-dev/compas/releases)
- [Changelog](https://github.com/compas-dev/compas/blob/main/CHANGELOG.md)
- [Commits](compas-dev/compas@0.1.0...v2.1.0)

---
updated-dependencies:
- dependency-name: compas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent c2bf1cc commit dd0d12e
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 @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: IronPython",
]
dependencies = ["compas<2"]
dependencies = ["compas<3"]
urls = {repository = "https://github.com/gramaziokohler/compas_mrr", documentation = "https://gramaziokohler.github.io/compas_mrr"}

[project.optional-dependencies]
Expand Down

0 comments on commit dd0d12e

Please sign in to comment.