Skip to content

Commit

Permalink
Trying to get conda and numba to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Sep 20, 2018
1 parent f4e809a commit 2a8c8e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: prosail
version: 2.0.1
version: 2.0.1-1

source:
git_tag: 2.0.1
git_tag: 2.0.1-1
git_url: http://github.com/jgomezdans/prosail.git

requirements:
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def read(filename):
"scipy",
"pytest",
],
version="2.0.1",
packages=["prosail"]
version="2.0.1-1",
packages=["prosail"],
zip_safe=False # Apparently needed for conda
)

0 comments on commit 2a8c8e0

Please sign in to comment.