Skip to content

Commit

Permalink
Changed cfunits to non-version-specific dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
agstephens committed Jun 8, 2017
1 parent 02cd071 commit 783dc1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
--index-url https://pypi.python.org/simple/

-e .

netCDF4
numpy
cfunits==1.3.3
cfunits
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

include_package_data=True,
zip_safe=False,
install_requires=['netCDF4', 'numpy', 'cfunits==1.3.3'],
install_requires=['netCDF4', 'numpy', 'cfunits'],
entry_points= {
'console_scripts': ['cfchecks = cfchecker.cfchecks:main'],
},
Expand Down
2 changes: 1 addition & 1 deletion src/cfchecker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.4'
__version__ = '3.0.5'

0 comments on commit 783dc1b

Please sign in to comment.