Skip to content

Commit

Permalink
Update cebra_paper_m1.yml and cebra.yml (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMathisLab authored Dec 7, 2023
1 parent 5f40847 commit e36eea5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- os: windows-latest
torch-version: 2.0.0
python-version: "3.10"
- os: ubuntu-latest
torch-version: 2.1.1
python-version: "3.11"
#- os: macos-latest
# torch-version: 2.0.0
# python-version: "3.10"
Expand Down
3 changes: 1 addition & 2 deletions conda/cebra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ channels:
- pytorch
- defaults
dependencies:
- python<3.10
- python
- pip
- pytorch
- jupyter
- nb_conda
- pip:
- cebra
2 changes: 1 addition & 1 deletion conda/cebra_paper_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# source ~/miniconda/bin/activate
# conda init zsh

name: piVAE_m1
name: cebra_paper_m1
channels:
- apple
- pytorch-lts
Expand Down

0 comments on commit e36eea5

Please sign in to comment.