We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1ec0a commit b98dc9aCopy full SHA for b98dc9a
conda/meta.yaml
@@ -1,11 +1,11 @@
1
package:
2
name: interpolation
3
- version: "0.1.7"
+ version: "0.1.8"
4
5
source:
6
-# path: ../
7
- git_url: https://github.com/econforge/interpolation.py
8
- git_tag: v0.1.6
+ path: ../
+# git_url: https://github.com/econforge/interpolation.py
+# git_tag: v0.1.8
9
10
build:
11
script: python setup.py install --single-version-externally-managed --record=record.txt
@@ -25,6 +25,7 @@ requirements:
25
- pandas
26
- cython
27
- scipy
28
+ - tempita
29
- pip
30
31
run:
@@ -33,6 +34,7 @@ requirements:
33
34
- numpy
35
36
37
38
39
40
test:
0 commit comments