Skip to content

Commit

Permalink
update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divyaramamoorthy committed Jun 20, 2022
1 parent 87e3759 commit df255a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
version='0.1.2',
description='Mixture of Gaussian Processes Model for Sparse Longitudinal Data',
url='https://github.com/fraenkel-lab/mogp',
python_requires='3.7.3',
python_requires='==3.7.3',
packages=['mogp'],
# package_data={'mogp': ['data/reference_model.pkl']},

# install_requires=[
# 'GPy>=1.9.8,<1.10',
# 'scipy>=1.3.0',
# 'numpy>=1.16.4,<1.20',
# 'scikit-learn==0.21.1',
# 'sklearn>=0.0',
# 'matplotlib>=3.1.1'],
install_requires=[
'GPy==1.9.9',
'scipy>=1.3.0',
'numpy>=1.16.4,<1.20',
'scikit-learn==0.21.1',
'sklearn>=0.0',
'matplotlib>=3.1.1'],

author='Divya Ramamoorthy',
author_email='[email protected]',
Expand Down

0 comments on commit df255a2

Please sign in to comment.