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 4f450de commit 38ac553Copy full SHA for 38ac553
conda/conda_build_config.yaml
@@ -1,6 +1,5 @@
1
python:
2
- - 2.7
3
-# - 3.4
+ - 2.7 # [win or linux64]
4
- 3.5
5
- 3.6
6
- 3.7
conda/meta.yaml
@@ -3,9 +3,9 @@ package:
version: "0.10.2"
source:
- git_rev: "0.10.2"
7
- git_url: https://github.com/dss-extensions/dss_python.git
8
- #path: ..
+ #git_rev: "0.10.2"
+ #git_url: https://github.com/dss-extensions/dss_python.git
+ path: ..
9
10
build:
11
script_env:
0 commit comments