Skip to content

Commit 42fe8c0

Browse files
committed
Update to glotter2 0.14.0
1 parent 3b4eeec commit 42fe8c0

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.glotter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ projects:
15181518
- "transpose"
15191519
- "matrix"
15201520
requires_parameters: true
1521-
string:
1521+
strings:
15221522
usage: "Usage: please enter the dimension of the matrix and the serialized matrix"
15231523
tests:
15241524
transpose_matrix_valid:

poetry.lock

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88

99
dependencies = [
1010
"ronbun (>=0.10.1,<0.11.0)",
11-
"glotter2 @ file:///home/rzuckerm/git/rzuckerm/glotter2",
11+
"glotter2 (>=0.14.0,<0.15.0)",
1212
"pyyaml (>=6.0.3,<7.0.0)"
1313
]
1414

0 commit comments

Comments
 (0)