Skip to content

Commit 783dc1b

Browse files
committed
Changed cfunits to non-version-specific dependency.
1 parent 02cd071 commit 783dc1b

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
--index-url https://pypi.python.org/simple/
2-
3-
-e .
4-
51
netCDF4
62
numpy
7-
cfunits==1.3.3
3+
cfunits

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
include_package_data=True,
3737
zip_safe=False,
38-
install_requires=['netCDF4', 'numpy', 'cfunits==1.3.3'],
38+
install_requires=['netCDF4', 'numpy', 'cfunits'],
3939
entry_points= {
4040
'console_scripts': ['cfchecks = cfchecker.cfchecks:main'],
4141
},

src/cfchecker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.4'
1+
__version__ = '3.0.5'

0 commit comments

Comments
 (0)