albumentations-team / albucore

A high-performance image processing library designed to optimize and extend the Albumentations library with specialized functions for advanced image transformations. Perfect for developers working in computer vision who require efficient and scalable image augmentation.
MIT License
12 stars 3 forks source link

Added typing-extensions to dependencies #22

Closed ternaus closed 4 months ago

ternaus commented 4 months ago

Fixes https://github.com/albumentations-team/albucore/issues/21

sourcery-ai[bot] commented 4 months ago

Reviewer's Guide by Sourcery

This pull request updates the ruff version in the .pre-commit-config.yaml file from v0.4.9 to v0.4.10 and adds 'typing-extensions>=4.9.0' to the INSTALL_REQUIRES list in the setup.py file.

File-Level Changes

Files Changes
.pre-commit-config.yaml
setup.py
Updated dependencies: ruff version in .pre-commit-config.yaml and added typing-extensions in setup.py.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.