Skip to content

Commit 91a64ce

Browse files
committed
chore(deps): relax numo-narray-alt version constraint to >= 0.9.10, < 0.11.0
1 parent 3ec6fa5 commit 91a64ce

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

rumale-clustering/rumale-clustering.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
3535
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3636
spec.require_paths = ['lib']
3737

38-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
38+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3939
spec.add_dependency 'rumale-core', '~> 2.0.2'
4040
end

rumale-core/rumale-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
3535
spec.require_paths = ['lib']
3636

3737
spec.add_dependency 'csv', '>= 3.1.9'
38-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
38+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3939
end

rumale-decomposition/rumale-decomposition.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
36+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3737
spec.add_dependency 'rumale-core', '~> 2.0.2'
3838
end

rumale-ensemble/rumale-ensemble.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
36+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3737
spec.add_dependency 'rumale-core', '~> 2.0.2'
3838
spec.add_dependency 'rumale-linear_model', '~> 2.0.2'
3939
spec.add_dependency 'rumale-model_selection', '~> 2.0.2'

rumale-evaluation_measure/rumale-evaluation_measure.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
36+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3737
spec.add_dependency 'rumale-core', '~> 2.0.2'
3838
end

rumale-feature_extraction/rumale-feature_extraction.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
3434
spec.require_paths = ['lib']
3535

3636
spec.add_dependency 'mmh3', '~> 1.0'
37-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
37+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3838
spec.add_dependency 'rumale-core', '~> 2.0.2'
3939
end

rumale-kernel_approximation/rumale-kernel_approximation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
36+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3737
spec.add_dependency 'rumale-core', '~> 2.0.2'
3838
end

rumale-kernel_machine/rumale-kernel_machine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
36+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3737
spec.add_dependency 'rumale-core', '~> 2.0.2'
3838
end

rumale-linear_model/rumale-linear_model.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
36+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3737
spec.add_dependency 'numo-optimize', '~> 0.2.2'
3838
spec.add_dependency 'rumale-core', '~> 2.0.2'
3939
end

rumale-manifold/rumale-manifold.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.add_dependency 'numo-narray-alt', '~> 0.9.10'
36+
spec.add_dependency 'numo-narray-alt', '>= 0.9.10', '< 0.11.0'
3737
spec.add_dependency 'rumale-core', '~> 2.0.2'
3838
spec.add_dependency 'rumale-decomposition', '~> 2.0.2'
3939
end

0 commit comments

Comments
 (0)