Skip to content

Commit

Permalink
Merge pull request #16707 from amontanez24/deepecho
Browse files Browse the repository at this point in the history
Adding DeepEcho
  • Loading branch information
ocefpaf authored Nov 19, 2021
2 parents f8fc6a4 + 3fcb629 commit 22270e0
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions recipes/deepecho/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% 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
- pytest
requires:
- pip
- pytest
source_files:
- tests

about:
home: https://github.com/sdv-dev/DeepEcho
summary: Mixed-type multivariate time series modeling with generative adversarial networks.
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- conda-forge/rdt

0 comments on commit 22270e0

Please sign in to comment.