diff --git a/environment.yml b/environment.yml index 951768345..d5f306089 100644 --- a/environment.yml +++ b/environment.yml @@ -3,6 +3,7 @@ name: sleap channels: + - sleap-deps/label/dev - conda-forge - nvidia - sleap-deps diff --git a/environment_mac.yml b/environment_mac.yml index 655669efa..25a811202 100644 --- a/environment_mac.yml +++ b/environment_mac.yml @@ -3,6 +3,7 @@ name: sleap channels: + - sleap-deps/label/dev - conda-forge - sleap-deps - anaconda @@ -38,7 +39,7 @@ dependencies: - conda-forge::rich # - conda-forge::scipy >=1.4.1,<=1.9.0 - conda-forge::scipy >=1.7.0 # Python 3.10 is compatible with scipy >=1.7.0 - - conda-forge::scikit-image <0.20.0 + - conda-forge::scikit-image # - conda-forge::scikit-learn ==1.0 - conda-forge::scikit-learn >=1.0.0 # Python 3.10 is compatible with scikit-learn >=1.0.0 # - conda-forge::scikit-video diff --git a/environment_no_cuda.yml b/environment_no_cuda.yml index 8df942390..248f6f3da 100644 --- a/environment_no_cuda.yml +++ b/environment_no_cuda.yml @@ -5,6 +5,7 @@ name: sleap_ci channels: + - sleap-deps/label/dev - conda-forge - sleap-deps - sleap