Skip to content

Commit 8cf4432

Browse files
gitttt-1234gitttt-1234
authored andcommitted
Move to python v3.11
1 parent 881e2e6 commit 8cf4432

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v4
3939
with:
40-
python-version: 3.12
40+
python-version: 3.11
4141

4242
- name: Install dependencies
4343
run: |
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
os: ["ubuntu-latest", "windows-latest", "macos-14"]
60-
python: [3.12]
60+
python: [3.11]
6161
include:
6262
# Default values
6363
- env_file: environment_cpu.yml

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- conda-forge
77

88
dependencies:
9-
- python=3.12
9+
- python=3.11
1010
- pytorch-cuda=11.8
1111
- numpy
1212
- sleap-io>=0.2.0

environment_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- conda-forge
66

77
dependencies:
8-
- python=3.12
8+
- python=3.11
99
- numpy
1010
- sleap-io>=0.2.0
1111
- pytorch

environment_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- conda-forge
66

77
dependencies:
8-
- python=3.12
8+
- python=3.11
99
- numpy
1010
- sleap-io>=0.2.0
1111
- pydantic

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ authors = [
1212
{name = "Talmo Pereira", email = "[email protected]"}
1313
]
1414
description = "Neural network backend for training and inference for animal pose estimation."
15-
requires-python = ">=3.12"
15+
requires-python = ">=3.11"
1616
keywords = ["sleap", "pose estimation", "deep learning", "neural networks", "computer vision", "animal behavior"]
1717
license = {text = "BSD-3-Clause"}
1818
classifiers = [
19-
"Programming Language :: Python :: 3.12"
19+
"Programming Language :: Python :: 3.11"
2020
]
2121
dependencies = [
2222
"torch",

0 commit comments

Comments
 (0)