From 1104a3d181522d4f8ad1cc97dc9a21db4a45484d Mon Sep 17 00:00:00 2001 From: Daniel Toyama Date: Mon, 2 Dec 2024 11:43:58 -0800 Subject: [PATCH] Remove `attrs` testing dependency. PiperOrigin-RevId: 702037181 --- pyproject.toml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc10581..2504653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ dependencies = [ [project.optional-dependencies] testing = [ - "attrs==20.3.0", # temporary pin to fix pytype issue. "gym", "pillow", "pytype", diff --git a/setup.py b/setup.py index 2e8007f..cb78af3 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ ) testing_requirements = [ - 'attrs==20.3.0', # temporary pin to fix pytype issue. 'pillow', 'pytype', 'gym',