We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82646e commit 0df8db2Copy full SHA for 0df8db2
Gemfile
@@ -25,8 +25,8 @@ group :test, :development do
25
# gem 'gsl', github: 'SciRuby/rb-gsl' - Not compatible with Ruby 3.0
26
gem 'html-proofer'
27
gem 'nokogiri'
28
- gem 'numo-linalg' if !Gem.win_platform?
29
- gem 'numo-narray' if !Gem.win_platform?
+ gem 'numo-linalg' unless Gem.win_platform?
+ gem 'numo-narray' unless Gem.win_platform?
30
gem 'pry'
31
gem 'rake'
32
gem 'rspec'
0 commit comments