update FasterForest to 2.10.0, bump version to 2.5.2-dev.11

This commit is contained in:
rdk
2026-02-23 02:18:41 +01:00
parent 9fcce6156f
commit 2bf6bfa270
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ apply plugin: "com.github.ben-manes.versions" // ./gradlew dependencyUpdates
group = 'cz.siret'
version = '2.5.2-dev.10'
version = '2.5.2-dev.11'
description = 'Ligand binding site prediction based on machine learning.'
@@ -215,7 +215,7 @@ dependencies {
implementation 'org.openscience.cdk:cdk-silent:2.11' // for Atom class
implementation 'cz.cuni.cusbg:faster-molecular-surface:1.0'
implementation 'cz.siret.prank:FasterForest:2.9.1'
implementation 'cz.siret.prank:FasterForest:2.10.0'
implementation 'nz.ac.waikato.cms.weka:weka-dev:3.9.6'

View File

@@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.siret.prank</groupId>
<artifactId>FasterForest</artifactId>
<version>2.9.1</version>
<version>2.10.0</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>