Skip to content

Commit

Permalink
chore: change version specification of rumale gems
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 2, 2025
1 parent 0943ecd commit dacb66d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rumale-torch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'rumale-core', '~> 0.24'
spec.add_dependency 'rumale-model_selection', '~> 0.24'
spec.add_dependency 'rumale-preprocessing', '~> 0.24'
spec.add_dependency 'rumale-core', '>= 0.24'
spec.add_dependency 'rumale-model_selection', '>= 0.24'
spec.add_dependency 'rumale-preprocessing', '>= 0.24'
spec.add_dependency 'torch-rb'
end

0 comments on commit dacb66d

Please sign in to comment.