non frozen requirements for main

This commit is contained in:
Jonathan Taylor
2023-08-06 14:16:21 -07:00
parent 43928969e8
commit 929d8f0b50

View File

@@ -1,16 +1,17 @@
numpy==1.24.2 numpy>=1.7.1
scipy==1.11.1 scipy>=0.9
pandas==1.5.3 pandas>=0.20
lxml==4.9.3 pandas<=1.9
scikit-learn==1.3.0 lxml # pandas needs this for html
joblib==1.3.1 scikit-learn>=1.2
statsmodels==0.14.0 joblib
lifelines==0.27.7 statsmodels>=0.13
pygam==0.9.0 lifelines
l0bnb==1.0.0 pygam # for GAM in Ch7
torch==2.0.1 l0bnb==1.0.0 # for bestsubsets
torchvision==0.15.2 ISLP
pytorch-lightning==2.0.6 torch
torchinfo==1.8.0 pytorch_lightning
torchmetrics==1.0.1 torchmetrics
ISLP==0.3.18 torchvision
torchinfo