Skip to content

Commit

Permalink
update minimum supported pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed May 17, 2024
1 parent fefeca8 commit 004f873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#lightning>=2.4.0,<2.4.1
# the below is uncommented when master is targeting a specific pl dev master commit
git+https://github.com/Lightning-AI/lightning.git@0f12271d7feeacb6fbe5d70d2ce057da4a04d8b4#egg=lightning
torch>=2.0.0
torch>=2.1.0
mpmath<1.4.0 # temporary requirement to avoid installation of alpha version of mpmath
2 changes: 1 addition & 1 deletion requirements/standalone_base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pytorch-lightning>=2.4.0,<2.4.1
# the below is uncommented when master is targeting a specific pl dev master commit
git+https://github.com/Lightning-AI/pytorch-lightning.git@0f12271d7feeacb6fbe5d70d2ce057da4a04d8b4#egg=pytorch-lightning
torch>=2.0.0
torch>=2.1.0
mpmath<1.4.0 # temporary requirement to avoid installation of alpha version of mpmath

0 comments on commit 004f873

Please sign in to comment.