File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
#
13
13
# In addition to the dependencies needed for using scyjava, it
14
14
# includes tools for developer-related actions like running
15
- # automated tests (pytest) and linting the code (black ). If you
15
+ # automated tests (pytest) and linting the code (ruff ). If you
16
16
# want an environment without these tools, use environment.yml.
17
17
name : scyjava-dev
18
18
channels :
@@ -22,6 +22,7 @@ dependencies:
22
22
# Project dependencies
23
23
- jpype1 >= 1.3.0
24
24
- jgo
25
+ - cjdk
25
26
- openjdk >= 8, < 12
26
27
# Test dependencies
27
28
- numpy
@@ -37,6 +38,5 @@ dependencies:
37
38
# Project from source
38
39
- pip
39
40
- pip :
40
- - cjdk
41
41
- git+https://github.com/ninia/jep.git@cfca63f8b3398daa6d2685428660dc4b2bfab67d
42
42
- -e .
Original file line number Diff line number Diff line change 12
12
#
13
13
# It includes the dependencies needed for using scyjava, but not tools
14
14
# for developer-related actions like running automated tests (pytest),
15
- # linting the code (black ), and generating the API documentation (sphinx).
15
+ # linting the code (ruff ), and generating the API documentation (sphinx).
16
16
# If you want an environment including these tools, use dev-environment.yml.
17
17
18
18
name : scyjava
@@ -23,6 +23,7 @@ dependencies:
23
23
# Project dependencies
24
24
- jpype1 >= 1.3.0
25
25
- jgo
26
+ - cjdk
26
27
- openjdk >= 8
27
28
# Project from source
28
29
- pip
You can’t perform that action at this time.
0 commit comments