diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0e7bd6..f02302a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: # Use pip3 for Python 3.x sudo apt-get update - sudo apt install python3-pip + sudo apt install python3-pip -y sudo pip3 install -r requirements.txt # Flask 애플리케이션 프로세스를 찾아서 종료합니다. diff --git a/requirements.txt b/requirements.txt index 623569c..9538cd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,8 +12,7 @@ colorama==0.4.6 Flask==3.0.0 flatbuffers==23.5.26 frozendict==2.3.8 -#gast==0.5.4 -gast==0.4.0 +gast==0.5.4 google-auth==2.23.3 google-auth-oauthlib==1.0.0 google-pasta==0.2.0 @@ -26,8 +25,7 @@ itsdangerous==2.1.2 Jinja2==3.1.2 joblib==1.3.2 JPype1==1.4.1 -#keras==2.14.0 -keras==2.13.1 +keras==2.14.0 konlpy==0.6.0 libclang==16.0.6 lxml==4.9.3 @@ -35,13 +33,11 @@ Markdown==3.5 MarkupSafe==2.1.3 ml-dtypes==0.2.0 multitasking==0.0.11 -#numpy==1.26.1 -numpy==1.22.0 +numpy==1.26.1 oauthlib==3.2.2 opt-einsum==3.3.0 packaging==23.2 -#pandas==2.1.2 -pandas==2.0.3 +pandas==2.1.2 peewee==3.17.0 protobuf==4.24.4 pyasn1==0.5.0 @@ -53,29 +49,22 @@ requests-oauthlib==1.3.1 reshape==0.2.0 rsa==4.9 scikit-learn==1.3.2 -#scipy==1.11.3 -scipy==1.10.0 +scipy==1.11.3 six==1.16.0 soupsieve==2.5 -#tensorboard==2.14.1 -#tensorboard==2.14.0 -tensorboard==2.13.0 +tensorboard==2.14.1 tensorboard-data-server==0.7.2 -#tensorflow==2.14.0 -tensorflow==2.13.0 -#tensorflow-estimator==2.14.0 -#tensorflow-intel==2.14.0 -tensorflow-estimator==2.13.0 -#tensorflow-intel==2.13.0 +tensorflow==2.14.0 +tensorflow-estimator==2.14.0 +tensorflow-intel==2.14.0 tensorflow-io-gcs-filesystem==0.31.0 termcolor==2.3.0 threadpoolctl==3.2.0 -#typing_extensions==4.8.0 -typing_extensions==4.5.0 +typing_extensions==4.8.0 tzdata==2023.3 urllib3==2.0.7 webencodings==0.5.1 Werkzeug==3.0.1 wrapt==1.14.1 yfinance==0.2.31 -zipp==3.17.0 +zipp==3.17.0 \ No newline at end of file