Skip to content

Commit e026bf9

Browse files
committed
upgrade tensorflow to 2.5.1; add missing sckikit-learn to requirements.txt
1 parent e289708 commit e026bf9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
matplotlib==3.3.2
44
numpy==1.19.2
55
pandas==1.2.1
6+
scikit-learn==0.24.1
67
playsound==1.2.2
7-
tensorflow==2.4.1
8+
tensorflow==2.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ptmlib",
8-
version="0.1.1",
8+
version="0.1.2",
99
author="Andre Oporto",
1010
author_email="opor7ae@pendragonai.com",
1111
description="Pendragon Tools for Machine Learning",

0 commit comments

Comments
 (0)