Skip to content

Commit

Permalink
PyGAM reqs, approx. numpy/pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnushhoie committed Jun 12, 2023
1 parent ee59417 commit 4ac7455
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy==1.22.4
pandas==1.4.3
fair-esm==0.5.0
biopython==1.80
biotite==0.34.0
biotite==0.34
xgboost==1.6.1
pygam==0.9.0
numpy==1.24.*
pandas==1.4.*
7 changes: 4 additions & 3 deletions requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ torch==1.11.0+cu113
torch-scatter==2.0.9
torch-sparse==0.6.15
torch-geometric==2.1.0.post1
numpy==1.22.4
pandas==1.4.3
fair-esm==0.5.0
biopython==1.80
biotite==0.34.0
biotite==0.34
xgboost==1.6.1
pygam=0.9.0
numpy==1.24.*
pandas==1.4.*

0 comments on commit 4ac7455

Please sign in to comment.