Skip to content

Commit

Permalink
Merge pull request #41 from szmyd/update_sisl
Browse files Browse the repository at this point in the history
Relax sisl for CI builds.
  • Loading branch information
szmyd authored Aug 10, 2023
2 parents eb43f5d + df107ad commit 75dfdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class IOMgrConan(ConanFile):
name = "iomgr"
version = "8.7.3"
version = "8.7.4"
homepage = "https://github.com/eBay/IOManager"
description = "Asynchronous event manager"
topics = ("ebay", "nublox", "aio")
Expand Down Expand Up @@ -46,7 +46,7 @@ def build_requirements(self):
self.build_requires("gtest/1.12.1")

def requirements(self):
self.requires("sisl/8.6.1")
self.requires("sisl/[~=8]")

self.requires("boost/1.79.0")
self.requires("folly/2022.01.31.00")
Expand Down

0 comments on commit 75dfdf7

Please sign in to comment.