Skip to content

Commit

Permalink
Fix conda build error with explicit dep on parso
Browse files Browse the repository at this point in the history
Added `parso` to meta.yaml to resolve:

    RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml  url=https://pypi.org/simple/parso/

Signed-off-by: Andrew MacDonald <andrew@maccas.net>
  • Loading branch information
amacd31 committed Jan 15, 2021
1 parent e678e28 commit 3b05ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda.recipe/meta.yaml
Expand Up @@ -14,6 +14,7 @@ requirements:
- pandas >=0.24.2
- sqlalchemy >=0.9.2
- pytables >=3.1.0
- parso
run:
- python
- ipython >=2.0.0
Expand Down

0 comments on commit 3b05ad6

Please sign in to comment.