Skip to content

Commit 7589457

Browse files
authored
Merge pull request #57 from laurentdavid/mlbackend2
Version 2.6.6
2 parents 65fe93c + a6a36aa commit 7589457

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
31.6 KB
Binary file not shown.

moodlemlbackend/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.5
1+
2.6.6

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tensorflow>=2.4.2
1+
tensorflow==2.7.*
22
sklearn
33
numpy>=1.19.2,<1.20
44
matplotlib>=3.0,<3.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'numpy>=1.19.2,<1.20',
5555
'scikit-learn>=0.21,<0.22',
5656
'joblib>=0.13.0,<0.14',
57-
'tensorflow>=2.4.2,<2.5',
57+
'tensorflow>=2.7.1,<2.8',
5858
'itsdangerous==2.0.1',
5959
'Jinja2>=3.0.1,<3.1',
6060
'flask>=1.0.2,<1.1',

0 commit comments

Comments
 (0)