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 9, 2024
1 parent c9f8d38 commit be7009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages=find:
zip_safe = False
include_package_data = True
install_requires =
compas < 2
compas < 3
python_requires = >=3.7

[options.package_data]
Expand Down

0 comments on commit be7009f

Please sign in to comment.