Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding DeepEcho #16707

Merged
merged 12 commits into from
Nov 19, 2021
47 changes: 47 additions & 0 deletions recipes/deepecho/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "deepecho" %}
{% set version = "0.2.1" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/deepecho-{{ version }}.tar.gz
sha256: 564113deefe9b9f3b678b956342bc559711e39b1ff975c494c1bbbc8b10f0fe8

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- pip
- pytest-runner >=2.11.1
- python >=3.6,<3.9
run:
- numpy >=1.18.0,<2
- pandas >=1.1,<1.1.5
- python >=3.6,<3.9
- pytorch >=1.4,<1.8
- tqdm >=4.10,<5

test:
imports:
- deepecho
- deepecho.models
commands:
- pip check
amontanez24 marked this conversation as resolved.
Show resolved Hide resolved
requires:
- pip
amontanez24 marked this conversation as resolved.
Show resolved Hide resolved

about:
home: https://github.com/sdv-dev/DeepEcho
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
home: https://github.com/sdv-dev/DeepEcho
home: https://sdv.dev

summary: Mixed-type multivariate time series modeling with generative adversarial networks.
license: MIT
license_file: LICENSE
dopplershift marked this conversation as resolved.
Show resolved Hide resolved

extra:
recipe-maintainers:
- conda-forge/rdt
Copy link
Contributor Author

@amontanez24 amontanez24 Nov 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to assign our team to multiple conda-forge projects. I saw this is the suggested way here (https://conda-forge.org/docs/user/faq.html#faq-teams), but I was wondering if there is a way to change the name of our team to sdv-dev?