Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD: Clean up dependencies #5222

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ dependencies = [
"fpdf2",
"jsonschema",
"psutil",
"pyedb>=0.4.0; python_version == '3.7'",
"pyedb>=0.24.0; python_version > '3.7'",
"pyedb!=0.28.0; python_version > '3.7'",
"pyedb>=0.24.0,!=0.28.0",
SMoraisAnsys marked this conversation as resolved.
Show resolved Hide resolved
"pytomlpp; python_version < '3.12'",
"rpyc>=6.0.0,<6.1",
"pyyaml",
Expand Down Expand Up @@ -66,8 +64,7 @@ tests = [
]
dotnet = [
"ansys-pythonnet>=3.1.0rc3",
"cffi==1.17.1; platform_system=='Linux' and python_version == '3.7'",
"cffi>=1.16.0,<1.18; platform_system=='Linux' and python_version > '3.7'",
"cffi>=1.16.0,<1.18; platform_system=='Linux'",
"dotnetcore2==3.1.23; platform_system=='Linux'",
"pywin32>=303; platform_system=='Windows'",
]
Expand Down
Loading