Skip to content

Commit

Permalink
Merge pull request #115 from revoltek/fix-requirements
Browse files Browse the repository at this point in the history
Fix requirements
  • Loading branch information
darafferty authored Aug 10, 2021
2 parents fd51cd9 + 11a2a13 commit adccc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion losoto/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

# Version number
__version__ = '2.2'
__version__ = '2.2.1'

# H5parm version
__h5parmVersion__ = '1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run(self):
],
tests_require=['pytest'],
install_requires=['numpy>=1.9', 'cython', 'numexpr>=2.0', 'tables>=3.4', 'configparser',
'scipy>=1.0,<1.6', 'matplotlib>=3.0,<3.4', 'python-casacore>=3.0', 'progressbar'],
'scipy', 'matplotlib', 'python-casacore>=3.0', 'progressbar'],
scripts=['bin/losoto', 'bin/H5parm_split.py',
'bin/H5parm2parmdb.py', 'bin/parmdb2H5parm.py', 'bin/killMS2H5parm.py',
'bin/H5parm_collector.py', 'bin/H5parm_copy.py', 'bin/H5parm_interpolator.py'],
Expand Down

0 comments on commit adccc74

Please sign in to comment.