Skip to content

Commit

Permalink
netcdftime ==> cftime
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Apr 25, 2018
1 parent b581fc5 commit fb50e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ requirements:
- msinttypes # [win and py<35]
- hdf5
- libnetcdf
- netcdftime
- cftime
run:
- python
- setuptools
- numpy x.x
- hdf5
- libnetcdf
- cython
- netcdftime
- cftime

test:
source_files:
- test
imports:
- netCDF4
- netcdftime
- cftime
commands:
- ncinfo -h
- nc4tonc3 -h
Expand All @@ -47,4 +47,4 @@ test:
about:
home: http://github.com/Unidata/netcdf4-python
license: OSI Approved
summary: 'Provides an object-oriented python interface to the netCDF version 4 library..'
summary: 'Provides an object-oriented python interface to the netCDF version 4 library..'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.dist import Distribution

setuptools_extra_kwargs = {
"install_requires": ["numpy>=1.7","netcdftime"],
"install_requires": ["numpy>=1.7","cdftime"],
"setup_requires": ['setuptools>=18.0', "cython>=0.19"],
"entry_points": {
'console_scripts': [
Expand Down

0 comments on commit fb50e01

Please sign in to comment.