Giter VIP home page Giter VIP logo

Comments (2)

aisosalo avatar aisosalo commented on August 26, 2024
{% set name = "solt" %}
{% set version = "0.1.9" %}


package:
  name: {{ name|lower }}
  version: {{ version }}

source:
  url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/solt-{{ version }}.tar.gz  # PyPI
  #url: https://github.com/Oulu-IMEDS/solt/archive/refs/tags/v0.1.9.tar.gz
  ##url: https://github.com/Oulu-IMEDS/solt/releases/download/v{{ version }}/solt-{{ version }}.tar.gz
  sha256: d6c665f530afd531c176c58a98309bcebcf0d5a8b3741cc85a7afbae41eb6e13

build:
  number: 0
  noarch: python
  skip: True  # [py<36]
  script: {{ PYTHON }} -m pip install . -vv

requirements:
  host:
    - pip
    - python
  build:
    - patch     # [not win]
    - m2-patch  # [win]
  run:
    - numpy
    - opencv-python-headless
    - python
    - pyyaml
    - scipy
    - torch
    - torchvision

test:
  imports:
    - solt
  commands:
    - pip check
  requires:
    - pip
    - pytest

about:
  home: https://oulu-imeds.github.io/solt/
  summary: Optimized data augmentation library for Deep Learning
  description: |
    Data augmentation library for Deep Learning, which supports images, 
    segmentation masks, labels and keypoints. Furthermore, SOLT is fast 
    and has OpenCV in its backend. Full auto-generated docs and 
    examples are available here: https://mipt-oulu.github.io/solt/.
  license: MIT
  license_family: MIT
  license_file: LICENSE
  doc_url: https://oulu-imeds.github.io/solt/
  dev_url: https://github.com/Oulu-IMEDS/solt

extra:
  recipe-maintainers: # GitHub IDs for maintainers of the recipe
    - lext

from solt.

aisosalo avatar aisosalo commented on August 26, 2024

I suppose better would be to build (EDIT: the recipe) fully on conda and remove references to pip if possible? At least all the listed requirements seem to be available through conda.

from solt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.