Skip to content

Commit b98dc9a

Browse files
authored andcommitted
Added basic conda meta.yaml.
1 parent fd1ec0a commit b98dc9a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

conda/meta.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
22
name: interpolation
3-
version: "0.1.7"
3+
version: "0.1.8"
44

55
source:
6-
# path: ../
7-
git_url: https://github.com/econforge/interpolation.py
8-
git_tag: v0.1.6
6+
path: ../
7+
# git_url: https://github.com/econforge/interpolation.py
8+
# git_tag: v0.1.8
99

1010
build:
1111
script: python setup.py install --single-version-externally-managed --record=record.txt
@@ -25,6 +25,7 @@ requirements:
2525
- pandas
2626
- cython
2727
- scipy
28+
- tempita
2829
- pip
2930

3031
run:
@@ -33,6 +34,7 @@ requirements:
3334
- numpy
3435
- pandas
3536
- cython
37+
- tempita
3638
- scipy
3739

3840
test:

0 commit comments

Comments
 (0)