Skip to content

Commit

Permalink
in order to use mappings in tripper, this has now to be specified in req
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Jan 23, 2025
1 parent b79ac28 commit 11b3da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"typing-extensions>=4.8,<5; python_version<'3.10'",
"Pillow>=9.0.1,<12",
#"tripper>=0.3.4, <1", # too strict requirement on pint
"tripper @ git+https://github.com/EMMC-ASBL/tripper@master",
"tripper[mappings] @ git+https://github.com/EMMC-ASBL/tripper@master",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 11b3da5

Please sign in to comment.