Skip to content

Commit a6f5977

Browse files
committed
fixed minor bugs in pyproject.toml and hatch.toml
1 parent a3eeb19 commit a6f5977

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

hatch.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ path = "pyroll/basic.py"
99
[envs.default]
1010
path = ".venv"
1111
dependencies = [
12-
"pytest ~= 7.0",
13-
"pyroll-report ~= 2.0"
12+
"pytest ~= 7.0"
1413
]
1514

1615
[envs.test]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ dependencies = [
1313
"pyroll-report ~= 2.1",
1414
"pyroll-export ~= 2.1",
1515
"pyroll-integral-thermal ~= 2.1",
16-
"pyroll-lippmann-mahrenholz-force-torque ~= 2.1",
16+
"pyroll-lippmann-mahrenholz-force-torque ~= 2.0",
1717
"pyroll-wusatowski-spreading ~= 2.0",
18-
"pyroll-zouhar-contact ~= 2.0",
18+
"pyroll-zouhar-contact ~= 2.1",
1919
"pyroll-freiberg-flow-stress ~= 2.0",
2020
"pyroll-lendl-equivalent-method ~= 2.0",
21-
"pyroll-linear-thermal-expansion~ = 2.1"
21+
"pyroll-linear-thermal-expansion ~= 2.1"
2222
]
2323
readme = "README.md"
2424

0 commit comments

Comments
 (0)