Skip to content

Commit

Permalink
FIX: Temporary avoid attrs v24.3.0
Browse files Browse the repository at this point in the history
Description
Temporary solution for the packaging issue in CICD. This PR should be reverted at some point once attrs gets a new release with license available on PyPI.

Issue linked
Here is the issue associated to our CICD failure python-attrs/attrs#1386
  • Loading branch information
SMoraisAnsys authored Jan 8, 2025
1 parent 36a2937 commit 56142b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies = [
"pyaedt>=0.10.0,<0.12",
"pydantic",
"tomli; python_version < '3.12'",
# FIXME: Remove the following once https://github.com/python-attrs/attrs/issues/1386 is closed
"attrs!=24.3.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 56142b8

Please sign in to comment.