mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-19 01:15:56 +00:00
Compare commits
6 Commits
v2.1.0
...
77125ac34d
Author | SHA1 | Date | |
---|---|---|---|
77125ac34d
|
|||
479cb01c6b
|
|||
b9cab7f61c
|
|||
2fe31ee453
|
|||
fa1b063be0
|
|||
4e5f39f803
|
@@ -51,7 +51,7 @@ class FimdlpConan(ConanFile):
|
||||
|
||||
def requirements(self):
|
||||
# PyTorch dependency for tensor operations
|
||||
self.requires("libtorch/2.7.1")
|
||||
self.requires("libtorch/2.7.0")
|
||||
|
||||
def build_requirements(self):
|
||||
self.requires("arff-files/1.2.0") # for tests and sample
|
||||
@@ -108,4 +108,4 @@ class FimdlpConan(ConanFile):
|
||||
self.cpp_info.system_libs.append("pthread") # Threading
|
||||
|
||||
# Build information for consumers
|
||||
self.cpp_info.builddirs = ["lib/cmake/fimdlp"]
|
||||
self.cpp_info.builddirs = ["lib/cmake/fimdlp"]
|
Reference in New Issue
Block a user