From 1f6111c164b2c968731a22643fa114725770daee Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 5 Aug 2022 23:39:02 +0200 Subject: [PATCH] Remove setuptools workaround --- requirements-dev.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 450a934..c357539 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,5 @@ flake8 pymc==4.1.4 pytest pytest-cov -# Temporary pin to fix Aesara import -setuptools>=48.0.0 twine wheel