Skip to content

Commit

Permalink
remove theano from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Jan 7, 2024
1 parent efcb5fa commit 65901e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
'scipy >= 0.15.0',
'pandas >= 0.14.0',
'scikit-learn >= 0.19',
'theano >= 1.0.2',
'six',
],
)

0 comments on commit 65901e7

Please sign in to comment.