Skip to content

Commit d215638

Browse files
authored
Merge pull request #10 from wagga40/wagga40-patch-1
Update pysigma dependency version constraint
2 parents 39625a5 + 4baba15 commit d215638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages = [
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.10"
18-
pysigma = ">=1.0.2,<1.1.0"
18+
pysigma = ">=1.0.2,<=1.1.0"
1919

2020
[tool.poetry.group.dev.dependencies]
2121
black = "^24.1"
@@ -50,3 +50,4 @@ coverage = "^7.4"
5050

5151

5252

53+

0 commit comments

Comments
 (0)