From e1f947826f881abb5575cc6460ae51aaf387db5b Mon Sep 17 00:00:00 2001 From: yoshoku Date: Fri, 13 May 2022 00:35:41 +0900 Subject: [PATCH] chore: fix runtime dendencies --- rumale-torch.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rumale-torch.gemspec b/rumale-torch.gemspec index ab5e9b5..72bc858 100644 --- a/rumale-torch.gemspec +++ b/rumale-torch.gemspec @@ -33,6 +33,6 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'rumale' - spec.add_runtime_dependency 'torch-rb' + spec.add_dependency 'rumale', '~> 0.14', '< 0.24' + spec.add_dependency 'torch-rb' end