Skip to content

Commit

Permalink
Fixed the rest of the conda recipie
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob414 committed Oct 19, 2020
1 parent affef95 commit cb85ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ docs/_build/
docs/.mkhtml
.wr
dist/
build/
poc.py
.cache/
htmlcov/
.coverage
.python-version
.venv/
.venv/
2 changes: 2 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ requirements:
build:
- python
- setuptools
- future

run:
- python
- future

test:
requires:
Expand Down

0 comments on commit cb85ffa

Please sign in to comment.