Skip to content

Commit

Permalink
ci: install extras via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 25, 2021
1 parent b3d1c5c commit 9e63044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ dependencies:
- pip
- jpype1>=1.0.1
- dynaconf>=3,!=3.1.0
- ome-types # [sys.version_info > (3, 6)]
- shapely
- qupath
- pytest>=6
- pytest-cov
- pip:
- ome-types # [sys.version_info <= (3, 6)]
- ome-types
- "-e ." # [ PAQUO_DEVEL ]

0 comments on commit 9e63044

Please sign in to comment.