Skip to content

Commit

Permalink
updates dependencies to match colab
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Jan 17, 2024
1 parent 5d3105d commit 8f9455d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ channels:
dependencies:
- python=3.10 # versioned to match Google Colab # version also pinned in Dockerfile
- pytorch=2.1.1 # versioned to match Google Colab
- pytorch-cuda=11.8 # versioned to match Google Colab
- pytorch-cuda=12.1 # versioned to match Google Colab
- pip=23.1.2 # versioned to match Google Colab # version also pinned in Dockerfile
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pytest-cov==3.0.0
# versioned to match Google Colab
notebook>=6.5,<6.6
nbconvert>=6.5,<6.6
seaborn>=0.12,<0.13
seaborn>=0.13,<0.14
tornado>=6.3,<6.4
# versioned to improve stability
pytorch-lightning==1.6.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ rsa==4.9
# via google-auth
scipy==1.11.2
# via -r requirements/dev.in
seaborn==0.12.2
seaborn==0.13.1
# via -r requirements/dev.in
send2trash==1.8.2
# via
Expand Down

0 comments on commit 8f9455d

Please sign in to comment.