From ec51083975e281b9f5ceaf4e1bb2f25f5693d9e3 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Tue, 22 Apr 2025 22:47:44 -0400 Subject: [PATCH] chore: update env.yml files for cjdk --- dev-environment.yml | 4 ++-- environment.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-environment.yml b/dev-environment.yml index bbacab4..9fa75a7 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -12,7 +12,7 @@ # # In addition to the dependencies needed for using scyjava, it # includes tools for developer-related actions like running -# automated tests (pytest) and linting the code (black). If you +# automated tests (pytest) and linting the code (ruff). If you # want an environment without these tools, use environment.yml. name: scyjava-dev channels: @@ -22,6 +22,7 @@ dependencies: # Project dependencies - jpype1 >= 1.3.0 - jgo + - cjdk - openjdk >= 8, < 12 # Test dependencies - numpy @@ -37,6 +38,5 @@ dependencies: # Project from source - pip - pip: - - cjdk - git+https://github.com/ninia/jep.git@cfca63f8b3398daa6d2685428660dc4b2bfab67d - -e . diff --git a/environment.yml b/environment.yml index d3e3af9..e222104 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,7 @@ # # It includes the dependencies needed for using scyjava, but not tools # for developer-related actions like running automated tests (pytest), -# linting the code (black), and generating the API documentation (sphinx). +# linting the code (ruff), and generating the API documentation (sphinx). # If you want an environment including these tools, use dev-environment.yml. name: scyjava @@ -23,6 +23,7 @@ dependencies: # Project dependencies - jpype1 >= 1.3.0 - jgo + - cjdk - openjdk >= 8 # Project from source - pip