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.
2 parents 223cfbf + 5f878f9 commit 47baf26Copy full SHA for 47baf26
conda.recipe/meta.yaml
@@ -12,12 +12,12 @@ source:
12
13
build:
14
number: {{ GIT_DESCRIBE_NUMBER }}
15
- script: python setup.py install --single-version-externally-managed --record=record.txt
+ script: pip install --no-deps .
16
17
requirements:
18
19
- python
20
- - setuptools
+ - pip
21
22
run:
23
@@ -30,7 +30,6 @@ requirements:
30
- nbconvert >=4.2
31
- notebook >=4.0
32
- pyyaml
33
34
- tornado
35
- traitlets >=4.1
36
- lxml >=3.8.0
0 commit comments