Skip to content

Commit

Permalink
Boosted version to 1.4.7 (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed May 14, 2024
1 parent 6f7bc1d commit f7f9596
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -44,7 +44,7 @@ repos:
types: [python]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.3
rev: v0.4.4
hooks:
# Run the linter.
- id: ruff
Expand All @@ -70,7 +70,7 @@ repos:
hooks:
- id: markdownlint
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.8.0"
rev: "2.0.4"
hooks:
- id: pyproject-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
2 changes: 1 addition & 1 deletion albumentations/__init__.py
@@ -1,4 +1,4 @@
__version__ = "1.4.6"
__version__ = "1.4.7"

from albumentations.check_version import check_for_updates

Expand Down
8 changes: 8 additions & 0 deletions conda.recipe/meta.yaml
Expand Up @@ -16,12 +16,20 @@ requirements:
- python
- numpy>=1.24.4
- scipy
- scikit-learn
- pydantic>=2.7
- pytorch
- typing_extensions
- opencv-python-headless # Ensure correct dependency

run:
- python
- numpy>=1.24.4
- scipy
- scikit-learn
- pydantic>=2.7
- pytorch
- typing_extensions
- opencv-python-headless # Ensure correct dependency

test:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -5,7 +5,7 @@ pytest>=8.2.0
pytest_cov>=4.1.0
pytest_mock>=3.14.0
requests>=2.31.0
ruff>=0.4.3
ruff>=0.4.4
tomli>=2.0.1
types-pkg-resources
types-PyYAML
Expand Down

0 comments on commit f7f9596

Please sign in to comment.