Skip to content

Commit

Permalink
Working requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Jan 23, 2025
1 parent 11b3da5 commit 55eadd6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ dynamic = ["version"]

dependencies = [
# Core dependencies
"DLite-Python>=0.4.5,<1",
#"DLite-Python>=0.4.5,<1",
"DLite-Python>=0.4.5,<0.5.24",
"numpy>=1.21,<3",
"oteapi-core>=0.7.0.dev3,<1",
"pydantic>=2.1,<3",
"pydantic-settings>=2.0,<3",
"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[mappings] @ git+https://github.com/EMMC-ASBL/tripper@master",
"tripper>=0.3.4, <0.3.5",
#"tripper[mappings] @ git+https://github.com/EMMC-ASBL/tripper@master",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 55eadd6

Please sign in to comment.