Skip to content

Commit c5e3ce8

Browse files
roomryseberrigan
andauthored
Lower bound albumentation version to handle Nan keypoints (#1995)
* Lower bound albumentation version to handle Nan keypoints * Reset tabwidth to 2 in environment ymls --------- Co-authored-by: Elizabeth <[email protected]>
1 parent 63f2d8d commit c5e3ce8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.conda/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requirements:
5656
- sleap-deps::tensorflow ==2.9.2
5757
- conda-forge::tensorflow-hub
5858
- conda-forge::qudida
59-
- conda-forge::albumentations
59+
- conda-forge::albumentations >=1.4.15 # Handle Nan keypoints
6060
- conda-forge::ndx-pose <0.2.0
6161
- conda-forge::importlib-metadata
6262
run:
@@ -91,7 +91,7 @@ requirements:
9191
- sleap-deps::tensorflow ==2.9.2
9292
- conda-forge::tensorflow-hub
9393
- conda-forge::qudida
94-
- conda-forge::albumentations
94+
- conda-forge::albumentations >=1.4.15 # Handle Nan keypoints
9595
- conda-forge::ndx-pose <0.2.0
9696
- conda-forge::importlib-metadata
9797

.conda_mac/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requirements:
5656
- conda-forge::seaborn
5757
- sleap-deps::tensorflow ==2.12.0
5858
- conda-forge::qudida
59-
- conda-forge::albumentations
59+
- conda-forge::albumentations >=1.4.15 # Handle Nan keypoints
6060
- conda-forge::ndx-pose <0.2.0
6161

6262
run:
@@ -87,5 +87,5 @@ requirements:
8787
- conda-forge::seaborn
8888
- sleap-deps::tensorflow ==2.12.0
8989
- conda-forge::qudida
90-
- conda-forge::albumentations
90+
- conda-forge::albumentations >=1.4.15 # Handle Nan keypoints
9191
- conda-forge::ndx-pose <0.2.0

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- sleap-deps::tensorflow ==2.9.2
4141
- conda-forge::tensorflow-hub # Pinned in meta.yml, but no problems here... yet
4242
- conda-forge::qudida
43-
- conda-forge::albumentations
43+
- conda-forge::albumentations >=1.4.15 # Handle Nan keypoints
4444
- conda-forge::ndx-pose <0.2.0
4545

4646
# Packages required by tensorflow to find/use GPUs

environment_mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- conda-forge::seaborn
3939
- sleap-deps::tensorflow ==2.12.0
4040
- conda-forge::qudida
41-
- conda-forge::albumentations
41+
- conda-forge::albumentations >=1.4.15 # Handle Nan keypoints
4242
- conda-forge::ndx-pose <0.2.0
4343
- pip:
4444
- "--editable=.[conda_dev]"

environment_no_cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- sleap-deps::tensorflow ==2.9.2
4141
- conda-forge::tensorflow-hub # Pinned in meta.yml, but no problems here... yet
4242
- conda-forge::qudida
43-
- conda-forge::albumentations
43+
- conda-forge::albumentations >=1.4.15 # Handle Nan keypoints
4444
- conda-forge::ndx-pose <0.2.0
4545

4646
- pip:

pypi_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ scikit-learn>=1.0.0
3030
seaborn
3131
tensorflow==2.9.2; platform_machine != 'arm64'
3232
tensorflow-hub
33-
albumentations
33+
albumentations>=1.4.15 # Handle Nan keypoints
3434
ndx-pose<0.2.0
3535
# Silicon Mac specific packages
3636
tensorflow-macos >=2.10.0,<2.13.0; sys_platform == 'darwin' and platform_machine == 'arm64'

0 commit comments

Comments
 (0)