Skip to content

Commit

Permalink
chore: fix runtime dendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed May 12, 2022
1 parent ede55e2 commit e1f9478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rumale-torch.gemspec
Expand Up @@ -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

0 comments on commit e1f9478

Please sign in to comment.