Skip to content

Commit f3c2f7e

Browse files
committed
upd 2.0
1 parent 605b664 commit f3c2f7e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020

2121
[tool.poetry.dependencies]
22-
python = ">=3.9, <4.0"
22+
python = ">=3.9"
2323
pyroll-core = "^2.0"
2424
pyroll-cli = "^2.0"
2525
pyroll-report = "^2.0"
@@ -33,7 +33,7 @@ pyroll-hitchcock-roll-flattening = "^2.0"
3333
pyroll-lendl-equivalent-method = "^2.0"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
pytest = "^7.2.0"
36+
pytest = "^7.0"
3737

3838
[build-system]
3939
requires = ["poetry-core>=1.0.0"]

pyroll/basic.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
import pyroll.core as core
22
from pyroll.core import (
3-
BoxGroove, ConstrictedBoxGroove, SquareGroove, DiamondGroove, RoundGroove, FalseRoundGroove,
3+
BoxGroove, ConstrictedBoxGroove, SquareGroove, DiamondGroove, RoundGroove, FalseRoundGroove, GothicGroove,
4+
UpsetBoxGroove, UpsetOvalGroove,
45
CircularOvalGroove, FlatOvalGroove, SwedishOvalGroove, ConstrictedSwedishOvalGroove, Oval3RadiiGroove,
56
Oval3RadiiFlankedGroove, SplineGroove, GenericElongationGroove, FlatGroove, Transport, RollPass, Unit, Roll,
6-
Profile, Rotator, PassSequence, Hook, HookHost, HookFunction
7+
Profile, Rotator, PassSequence, Hook, HookHost, HookFunction,
8+
DeformationUnit, DiskElementUnit, ConstrictedUpsetBoxGroove, ConstrictedCircularOvalGroove, HexagonalGroove,
9+
ThreeRollPass,
710
)
811

912
import pyroll.freiberg_flow_stress as freiberg_flow_stress

0 commit comments

Comments
 (0)