Skip to content

Commit 5753a59

Browse files
committed
Remove openjdk conda dependency
cjdk is lighter weight and offers more control over the JDK/JRE used. People can still use the openjdk package with scyjava, of course.
1 parent 4c28270 commit 5753a59

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev-environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
- jpype1 >= 1.3.0
2424
- jgo
2525
- cjdk
26-
- openjdk >= 8, < 12
2726
# Test dependencies
2827
- numpy
2928
- pandas

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies:
2424
- jpype1 >= 1.3.0
2525
- jgo
2626
- cjdk
27-
- openjdk >= 8
2827
# Project from source
2928
- pip
3029
- pip:

0 commit comments

Comments
 (0)