koenverhagen commited on
Commit
eafe2df
1 Parent(s): 0b89ddd
Files changed (2) hide show
  1. .gitignore +2 -1
  2. requirements.txt +3 -3
.gitignore CHANGED
@@ -1,4 +1,5 @@
1
  venv
2
  *.iml
3
  *.xml
4
- .idea
 
 
1
  venv
2
  *.iml
3
  *.xml
4
+ .idea
5
+ .DS_Store
requirements.txt CHANGED
@@ -5,7 +5,7 @@ numpy==1.23.4
5
  scikit-learn==1.1.3
6
  scipy==1.9.3
7
 
8
- keras==2.10.0
9
  Pillow==9.2.0
10
  pandas==1.5.1
11
  requests==2.28.1
@@ -16,7 +16,7 @@ scikit-image==0.19.3
16
  six==1.16.0
17
  termcolor==2.0.1
18
  tensorboard==2.12.1
19
- tensorboard-data-server==0.6.1
20
  tensorboard-plugin-wit==1.8.1
21
  tensorflow-estimator==2.12.0
22
 
@@ -26,7 +26,7 @@ typing_extensions==4.4.0
26
 
27
 
28
  google-auth==2.13.0
29
- google-auth-oauthlib==0.4.6
30
  google-pasta==0.2.0
31
 
32
 
 
5
  scikit-learn==1.1.3
6
  scipy==1.9.3
7
 
8
+ keras==2.13.0
9
  Pillow==9.2.0
10
  pandas==1.5.1
11
  requests==2.28.1
 
16
  six==1.16.0
17
  termcolor==2.0.1
18
  tensorboard==2.12.1
19
+ tensorboard-data-server==0.8
20
  tensorboard-plugin-wit==1.8.1
21
  tensorflow-estimator==2.12.0
22
 
 
26
 
27
 
28
  google-auth==2.13.0
29
+ google-auth-oauthlib==0.5
30
  google-pasta==0.2.0
31
 
32