Skip to content

Commit

Permalink
Update requirements.txt to match pydentification
Browse files Browse the repository at this point in the history
  • Loading branch information
kzajac97 authored Dec 17, 2024
1 parent f097149 commit 7eea0b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy==1.25.1
pandas==2.0.3
scikit-learn==1.3.0
torch==2.1.0 # CPU only version
lightning==2.1.0 # install after torch
numpy==1.26.4
pandas==2.2.3
scikit-learn==1.5.2
torch==2.4.0 # CPU only version
lightning==2.4.0 # install after torch

git+https://github.com/cyber-physical-systems-group/pydentification.git@v0.4.2 # our main library

0 comments on commit 7eea0b1

Please sign in to comment.