We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e289708 commit e026bf9Copy full SHA for e026bf9
2 files changed
requirements.txt
@@ -3,5 +3,6 @@
3
matplotlib==3.3.2
4
numpy==1.19.2
5
pandas==1.2.1
6
+scikit-learn==0.24.1
7
playsound==1.2.2
-tensorflow==2.4.1
8
+tensorflow==2.5.1
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="ptmlib",
- version="0.1.1",
+ version="0.1.2",
9
author="Andre Oporto",
10
author_email="opor7ae@pendragonai.com",
11
description="Pendragon Tools for Machine Learning",
0 commit comments