mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 23:45:57 +00:00
Update version and dependencies
This commit is contained in:
@@ -4,7 +4,7 @@ project(fimdlp
|
||||
LANGUAGES CXX
|
||||
DESCRIPTION "Discretization algorithm based on the paper by Fayyad & Irani Multi-Interval Discretization of Continuous-Valued Attributes for Classification Learning."
|
||||
HOMEPAGE_URL "https://github.com/rmontanana/mdlp"
|
||||
VERSION 2.1.0
|
||||
VERSION 2.1.1
|
||||
)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
cmake_policy(SET CMP0135 NEW)
|
||||
|
@@ -54,7 +54,7 @@ class FimdlpConan(ConanFile):
|
||||
self.requires("libtorch/2.7.1")
|
||||
|
||||
def build_requirements(self):
|
||||
self.requires("arff-files/1.2.0") # for tests and sample
|
||||
self.requires("arff-files/1.2.1") # for tests and sample
|
||||
if self.options.enable_testing:
|
||||
self.test_requires("gtest/1.16.0")
|
||||
|
||||
|
Reference in New Issue
Block a user