From 65901e7cafde528d2723f78776b5390048ed4275 Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Sat, 6 Jan 2024 21:54:33 -0800 Subject: [PATCH] remove theano from requirements --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d847d8..b23cc18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,5 @@ pandas >= 0.14.0 ipython[all] >= 3.0 root_numpy >= 3.3.0 scikit-learn >= 1 # criterion is squared_error instead of mse -theano >= 1.0.2 six sphinx_rtd_theme diff --git a/setup.py b/setup.py index ee78e53..453abc3 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,6 @@ 'scipy >= 0.15.0', 'pandas >= 0.14.0', 'scikit-learn >= 0.19', - 'theano >= 1.0.2', 'six', ], )