Skip to content

Commit e36eea5

Browse files
authored
Update cebra_paper_m1.yml and cebra.yml (#112)
1 parent 5f40847 commit e36eea5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- os: windows-latest
2727
torch-version: 2.0.0
2828
python-version: "3.10"
29+
- os: ubuntu-latest
30+
torch-version: 2.1.1
31+
python-version: "3.11"
2932
#- os: macos-latest
3033
# torch-version: 2.0.0
3134
# python-version: "3.10"

conda/cebra.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ channels:
1717
- pytorch
1818
- defaults
1919
dependencies:
20-
- python<3.10
20+
- python
2121
- pip
2222
- pytorch
2323
- jupyter
24-
- nb_conda
2524
- pip:
2625
- cebra

conda/cebra_paper_m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# source ~/miniconda/bin/activate
2222
# conda init zsh
2323

24-
name: piVAE_m1
24+
name: cebra_paper_m1
2525
channels:
2626
- apple
2727
- pytorch-lts

0 commit comments

Comments
 (0)