Skip to content

Commit

Permalink
Add Cython to requirements file
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c20671.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed May 11, 2017
1 parent a85e29b commit dc4b497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy>=1.5.1
scipy>=0.14
pandas
Cython

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Copyright (c) 2012, 2013, 2017 Adam Dybbroe, Martin Raspaud
# Copyright (c) 2012-2017 Adam Dybbroe, Martin Raspaud

# Author(s):

Expand Down

0 comments on commit dc4b497

Please sign in to comment.