Skip to content

Commit

Permalink
repo: update environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 25, 2021
1 parent c41bff5 commit fc1b9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#

{% set PAQUO_DEVEL = os.environ.get('PAQUO_DEVEL', False) %}
{% set WITH_OME = os.environ.get('WITH_OME', False) %}

name: paquo

Expand All @@ -22,7 +23,7 @@ dependencies:
- pip
- jpype1>=1.0.1
- dynaconf>=3,!=3.1.0
- ome-types # [ sys.version_info >= (3,7) ]
- ome-types # [ WITH_OME ]
- shapely
- qupath
- pytest>=6
Expand Down

0 comments on commit fc1b9ee

Please sign in to comment.