Skip to content

Commit

Permalink
Update dependencies in pyproject.toml (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 authored Jul 22, 2024
1 parent 3d53e73 commit 423b1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dynamic = ["version"]

dependencies = [
"DLite-Python >=0.4.5,<1",
"optimade[server] ~=1.0",
"optimade[server] ~=1.1",
"oteapi-core ~=0.6.1",
"oteapi-dlite >=0.2.0,<1",
"requests ~=2.32",
Expand All @@ -49,7 +49,7 @@ doc = [
"oteapi-optimade[examples]",
]
test = [
"pytest ~=8.2",
"pytest ~=8.3",
"pytest-cov ~=5.0",
"pyyaml ~=6.0",
"requests-mock ~=1.12",
Expand Down

0 comments on commit 423b1e4

Please sign in to comment.