Skip to content

Commit

Permalink
Merge pull request #156 from ocefpaf/remove_cython_as_a_run_dependency
Browse files Browse the repository at this point in the history
remove cython as a run dependency
  • Loading branch information
ajdawson committed Mar 20, 2020
2 parents 5e2dfa8 + 36662ec commit a3eeaf1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
@@ -1,4 +1,5 @@
coveralls
cython
jinja2
pep8
pip
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,6 +1,5 @@
six
cftime!=1.0.2.1
cython
numpy
antlr4-python3-runtime==4.7.2; python_version >= '3'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -144,7 +144,7 @@ def _set_builtin(name, value):
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
remove='cf_units/'))},
install_requires=load('requirements.txt'),
setup_requires=['pytest-runner', 'numpy'],
setup_requires=['pytest-runner', 'numpy', 'cython'],
tests_require=load('requirements-dev.txt'),
test_suite='cf_units.tests',
cmdclass=cmdclass,
Expand Down

0 comments on commit a3eeaf1

Please sign in to comment.