Skip to content

Commit a3eeaf1

Browse files
authored
Merge pull request #156 from ocefpaf/remove_cython_as_a_run_dependency
remove cython as a run dependency
2 parents 5e2dfa8 + 36662ec commit a3eeaf1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
coveralls
2+
cython
23
jinja2
34
pep8
45
pip

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
six
22
cftime!=1.0.2.1
3-
cython
43
numpy
54
antlr4-python3-runtime==4.7.2; python_version >= '3'
65

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _set_builtin(name, value):
144144
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
145145
remove='cf_units/'))},
146146
install_requires=load('requirements.txt'),
147-
setup_requires=['pytest-runner', 'numpy'],
147+
setup_requires=['pytest-runner', 'numpy', 'cython'],
148148
tests_require=load('requirements-dev.txt'),
149149
test_suite='cf_units.tests',
150150
cmdclass=cmdclass,

0 commit comments

Comments
 (0)