svmkit.gemspec in svmkit-0.6.3 vs svmkit.gemspec in svmkit-0.7.0

- old
+ new

@@ -15,11 +15,11 @@ spec.description = <<MSG SVMKit is a machine learninig library in Ruby. SVMKit provides machine learning algorithms with interfaces similar to Scikit-Learn in Python. SVMKit currently supports Linear / Kernel Support Vector Machine, Logistic Regression, Linear Regression, Ridge, Lasso, Factorization Machine, -Naive Bayes, Decision Tree, Random Forest, K-nearest neighbor algorithm, +Naive Bayes, Decision Tree, AdaBoost, Random Forest, K-nearest neighbor algorithm, K-Means, DBSCAN, Principal Component Analysis, Non-negative Matrix Factorization and cross-validation. MSG spec.homepage = 'https://github.com/yoshoku/svmkit' spec.license = 'BSD-2-Clause' @@ -31,10 +31,10 @@ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.1' - spec.add_runtime_dependency 'numo-narray', '>= 0.9.0' + spec.add_runtime_dependency 'numo-narray', '>= 0.9.1' spec.add_development_dependency 'bundler', '~> 1.16' spec.add_development_dependency 'coveralls', '~> 0.8' spec.add_development_dependency 'rake', '~> 12.0' spec.add_development_dependency 'rspec', '~> 3.0'