Skip to content

Commit

Permalink
setup.py missing dependencies included
Browse files Browse the repository at this point in the history
  • Loading branch information
hcadavid committed Jan 15, 2025
1 parent e7758f8 commit 000e89a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
python_requires='>=3.10',
install_requires=[
'vantage6-algorithm-tools',
'pandas'
'pandas==2.2.3',
'xlrd==2.0.1',
'scikit-learn==1.6.1',
'scipy==1.13.1',
'torch==2.5.1',
'configparser==7.1.0',
'lifelines==0.30.0',
'h5py==3.12.1'
]
)

0 comments on commit 000e89a

Please sign in to comment.