Skip to content

Commit

Permalink
adding more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
endor-matt committed Feb 26, 2024
1 parent c905409 commit 8d5b607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Spongebob.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
from time import *
from PIL import Image
from random import *
import tensorflow as tf
import sys

a = tf.constant([[4, 4], [3, 3]])
print(a)

def menu_sleep():
# Sleep for 3.5 seconds during the menu presentation
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
astroid==2.15.7
cryptography==39.0.1
future==0.18.1
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
Pillow==9.2.0
pygame==2.5.2
pygithub==1.59.0
pylint==2.17.5
six==1.12.0
typed-ast==1.5.5
Expand Down

0 comments on commit 8d5b607

Please sign in to comment.