Remove source bayesnet & pyclassifiers libraries dependency

This commit is contained in:
2024-03-08 12:27:28 +01:00
parent 5c4efa08db
commit 7a3adaf4a9
12 changed files with 36 additions and 37 deletions

View File

@@ -12,5 +12,5 @@
TEST_CASE("Test Python Classifiers score", "[PyClassifiers]")
{
std::string version = { project_version.begin(), project_version.end() };
REQUIRE(version == "1.0.2");
REQUIRE(version == "1.0.4");
}