Skip to content

Commit

Permalink
Update requirements.txt & version for JOSS
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-introspection committed Dec 4, 2022
1 parent 687200a commit 5b97464
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ gpytorch >= 1.4.0
matplotlib >= 3.3.4
numpy >= 1.19.5
pandas >= 1.1.5
pytest == 6.2.3
rpy2 == 3.5.4
scikit_learn == 1.1.2
pytest >= 6.2.3
rpy2 >= 3.5.4
scikit_learn >= 1.1.2
scipy >= 1.5.3
seaborn >= 0.12.0
statsmodels == 0.13.2
torch == 1.12.1
statsmodels >= 0.13.2
torch >= 1.12.1
tqdm >= 4.59.0
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="pynm",
version="1.0.0b10",
version="1.0.1",
author="Annabelle HARVEY, Guillaume DUMAS",
author_email="annabelle.harvey@umontreal.ca, guillaume.dumas@ppsp.team",
description=("Python implementation of Normative Modelling",
Expand All @@ -14,7 +14,7 @@
url="https://github.com/ppsp-team/PyNM",
packages=['pynm', 'test', 'pynm/models'],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"License :: OSI Approved :: BSD License",
],
Expand All @@ -25,15 +25,15 @@
},
install_requires=[
'gpytorch >= 1.4.0',
'matplotlib',
'numpy',
'matplotlib >= 3.3.4',
'numpy >= 1.19.5',
'pandas >= 1.1.5',
'rpy2 >= 3.5.4',
'scikit_learn >= 1.1.2',
'scipy >= 1.5.3',
'seaborn',
'seaborn >= 0.12.0',
'statsmodels >= 0.13.2',
'torch >= 1.8.0',
'tqdm',
'torch >= 1.12.1',
'tqdm >= 4.59.0',
],
)

0 comments on commit 5b97464

Please sign in to comment.