Skip to content

Commit

Permalink
Merge branch 'develop' into elizabeth/update-python-and-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys authored Oct 2, 2024
2 parents 95ba6ac + 10aae76 commit e06db9d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ requirements:
- conda-forge::tensorflow-hub
- conda-forge::qudida
- conda-forge::albumentations
- conda-forge::ndx-pose
- conda-forge::ndx-pose <0.2.0
- conda-forge::importlib-metadata
run:
- conda-forge::python >=3.10.0,<3.11.0
Expand Down Expand Up @@ -92,7 +92,7 @@ requirements:
- conda-forge::tensorflow-hub
- conda-forge::qudida
- conda-forge::albumentations
- conda-forge::ndx-pose
- conda-forge::ndx-pose <0.2.0
- conda-forge::importlib-metadata

test:
Expand Down
4 changes: 2 additions & 2 deletions .conda_mac/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ requirements:
- sleap-deps::tensorflow ==2.12.0
- conda-forge::qudida
- conda-forge::albumentations
- conda-forge::ndx-pose
- conda-forge::ndx-pose <0.2.0

run:
- conda-forge::python >=3.10.0,<3.11.0
Expand Down Expand Up @@ -88,4 +88,4 @@ requirements:
- sleap-deps::tensorflow ==2.12.0
- conda-forge::qudida
- conda-forge::albumentations
- conda-forge::ndx-pose
- conda-forge::ndx-pose <0.2.0
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- conda-forge::tensorflow-hub # Pinned in meta.yml, but no problems here... yet
- conda-forge::qudida
- conda-forge::albumentations
- conda-forge::ndx-pose
- conda-forge::ndx-pose <0.2.0

# Packages required by tensorflow to find/use GPUs
- conda-forge::cudatoolkit ==11.3.1
Expand Down
2 changes: 1 addition & 1 deletion environment_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ dependencies:
- sleap-deps::tensorflow ==2.12.0
- conda-forge::qudida
- conda-forge::albumentations
- conda-forge::ndx-pose
- conda-forge::ndx-pose <0.2.0
- pip:
- "--editable=.[conda_dev]"
2 changes: 1 addition & 1 deletion environment_no_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- conda-forge::tensorflow-hub # Pinned in meta.yml, but no problems here... yet
- conda-forge::qudida
- conda-forge::albumentations
- conda-forge::ndx-pose
- conda-forge::ndx-pose <0.2.0

- pip:
- "--editable=.[conda_dev]"
2 changes: 1 addition & 1 deletion pypi_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ seaborn
tensorflow==2.9.2; platform_machine != 'arm64'
tensorflow-hub
albumentations
ndx-pose
ndx-pose<0.2.0
# Silicon Mac specific packages
tensorflow-macos >=2.10.0,<2.13.0; sys_platform == 'darwin' and platform_machine == 'arm64'
tensorflow-metal; sys_platform == 'darwin' and platform_machine == 'arm64'
Expand Down

0 comments on commit e06db9d

Please sign in to comment.