Skip to content

Commit

Permalink
Remove pin on attrs dependency.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702037181
  • Loading branch information
kenjitoyama authored and copybara-github committed Dec 2, 2024
1 parent 5baecdd commit a2d9e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [

[project.optional-dependencies]
testing = [
"attrs==20.3.0", # temporary pin to fix pytype issue.
"attrs",
"gym",
"pillow",
"pytype",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
)

testing_requirements = [
'attrs==20.3.0', # temporary pin to fix pytype issue.
'attrs',
'pillow',
'pytype',
'gym',
Expand Down

0 comments on commit a2d9e92

Please sign in to comment.