Skip to content

Commit 3a1594a

Browse files
committed
Fix pycall dependency
1 parent 0e005cf commit 3a1594a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in matplotlib.gemspec
44
gemspec
5-
6-
gem 'pycall', github: 'mrkn/pycall', branch: 'rewrite'

matplotlib.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2222
spec.require_paths = ["lib"]
2323

24-
spec.add_dependency "pycall", ">= 1.0.0.alpha.20170905"
24+
spec.add_dependency "pycall", ">= 1.0.0"
2525

2626
spec.add_development_dependency "bundler", "~> 1.13"
2727
spec.add_development_dependency "rake", "~> 10.0"

0 commit comments

Comments
 (0)