diff --git a/README.md b/README.md index da6405618f113e288abc612d0319b3afef3853ee..ea344039b145c91fa503c751de2cc0ed309f4c93 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ Building and installing require the JDK, Python, and optionally numpy to be inst On your Icy plugin project, add this dependency ``` -<depedency> +<dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>icy-jep</artifactId> - <version>4.0.3</version> -</depedency> + <version>4.1.0</version> +</dependency> ``` Dependencies @@ -78,12 +78,6 @@ Nate Jensen & Ben Steffensmeier *Plugin conversion* Amandine Tournay & Carlos Garcia Lopez de Haro -# Note - -Until JEP 4.0.3, for Linux users, you need to set temporarily the environment variable `LD_PRELOAD` to your `libpythonx.xx.so` file. -It is due to some difficulties with Java and C projects that dlopen libraries. -***It has been fixed for the next version planned for Fall 2022.*** - # Usage To enable this plugin in Icy, you need to configure the path to your selected Python. diff --git a/pom.xml b/pom.xml index 4d4c165fd3850ed4eab70a4bd1ef5af50e5f07bb..bb4407b05d25f89691b5253caa8fd419a089698c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <!-- Project Information --> <artifactId>icy-jep</artifactId> - <version>4.0.3</version> + <version>4.1.0</version> <packaging>jar</packaging> @@ -85,7 +85,7 @@ <dependency> <groupId>black.ninia</groupId> <artifactId>jep</artifactId> - <version>4.0.3</version> + <version>4.1.0</version> </dependency> </dependencies>