Skip to content

Commit

Permalink
Fix missing dependencies required by Pyface Conda package
Browse files Browse the repository at this point in the history
Pyface now depends on the `import_metadata` and `import_resources` (see enthought/pyface#789), which do not appear to be picked up as dependencies in the current Conda package (see enthought/mayavi#1000). As a workaround, add these packages explicitly in the Conda environment spec.

(cherry picked from commit 3ded78f)
  • Loading branch information
yoda-vid committed Mar 10, 2021
1 parent 4fe8508 commit d94500c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment.yml
Expand Up @@ -17,6 +17,8 @@ dependencies:
- openjdk=8
- pyqt
- pyface
- importlib_metadata # required for pyface
- importlib_resources # required for pyface
- traitsui
- pip:
- --extra-index-url https://pypi.fury.io/dd8/
Expand Down

0 comments on commit d94500c

Please sign in to comment.