Skip to content

Commit 81e8785

Browse files
committed
typo fix
1 parent 7486e22 commit 81e8785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def configure(self):
4444

4545
def _xtensor_requires(self):
4646
if self.settings.compiler.cppstd in ["14", "gnu14"]:
47-
return 'xtensor[>=0.24.3 <0.26.0]'
47+
return 'xtensor/[>=0.24.3 <0.26.0]'
4848

49-
return 'xtensor[>=0.24.3]'
49+
return 'xtensor/[>=0.24.3]'
5050

5151
def _grpc_requires(self):
5252
if self.settings.compiler.cppstd in ["14", "gnu14"]:

0 commit comments

Comments
 (0)