加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meta.yaml 726 Bytes
一键复制 编辑 原始数据 按行查看 历史
tkrabel 提交于 2020-04-17 15:35 . 0.1.3
{% set version = "0.1.3" %}
package:
name: "pyforest"
version: "{{ version }}"
source:
git_url: https://github.com/8080labs/pyforest.git
git_rev: "{{ version }}"
#path: ./
# build:
# number: 0
# script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
build:
- setuptools
- pytest
- pytest-cov
- pytest-runner
host:
- pip
- python
run:
- python
test:
requires:
- pytest
- pytest-cov
- pytest-runner
imports:
- pytest
- pytest_cov
about:
home: https://github.com/8080labs/pyforest
license: MIT
summary: Lazy-import of all popular Python Data Science libraries. Stop writing the same imports over and over again.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化