Skip to content

Commit

Permalink
version test
Browse files Browse the repository at this point in the history
  • Loading branch information
megymj committed Nov 11, 2023
1 parent d8efe33 commit 63ca6ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 애플리케이션 프로세스를 찾아서 종료합니다.
Expand Down
33 changes: 11 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,22 +25,19 @@ 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
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
Expand All @@ -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

0 comments on commit 63ca6ca

Please sign in to comment.