File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1414__copyright__ = 'Copyright (c) 2020 Mathieu Daëron'
1515__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
1616__date__ = '2020-05-11'
17- __version__ = '0.3.1 '
17+ __version__ = '0.3.2 '
1818
1919import os
2020import numpy as np
Original file line number Diff line number Diff line change 1+ lmfit >= 1.0.1
2+ matplotlib >= 3.1.3
3+ numpy >= 1.18.1
4+ scipy >= 1.4.1
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "D47crunch" ,
8- version = "0.3.1 " ,
8+ version = "0.3.2 " ,
99 author = "Mathieu Daëron" ,
10101111 description = "Standardization of Δ47 clumped-isotope measurements" ,
1919 "Operating System :: OS Independent" ,
2020 ],
2121 python_requires = '>=3.6' ,
22- install_requires = 'lmfit>=1.0.1' ,
22+ install_requires = [
23+ 'lmfit >= 1.0.1' ,
24+ 'matplotlib >= 3.1.3' ,
25+ 'numpy >= 1.18.1' ,
26+ 'scipy >= 1.4.1' ,
27+ ]
2328)
You can’t perform that action at this time.
0 commit comments