From 5a8502f654d3e26073038dfc626d685a437ab4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 22:00:06 +0000 Subject: [PATCH 1/3] Bump distributed from 2.16.0 to 2021.10.0 Bumps [distributed](https://github.com/dask/distributed) from 2.16.0 to 2021.10.0. - [Release notes](https://github.com/dask/distributed/releases) - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/2.16.0...2021.10.0) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a2dd8d..5f67f88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.9.0 click==7.1.2 cycler==0.10.0 -distributed==2.16.0 +distributed==2021.10.0 Flask==1.1.2 gunicorn==20.0.4 itsdangerous==1.1.0 From bcf82256984eb827b8ba90b33226e8d2a5d70fc5 Mon Sep 17 00:00:00 2001 From: Sounakray2003 <92640729+Sounakray2003@users.noreply.github.com> Date: Sun, 30 Apr 2023 17:47:17 +0530 Subject: [PATCH 2/3] rdequirement.txt is not compatible with various version of python software --- .gitignore | 2 ++ .idea/.gitignore | 3 ++ .idea/Machine-Learning-Projects.iml | 15 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 20 +++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++ .idea/misc.xml | 7 ++++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ models/weight_predictor.pkl | Bin 1054 -> 883 bytes .../data_extraction.cpython-310.pyc | Bin 0 -> 795 bytes requirements2.txt | 32 ++++++++++++++++++ 11 files changed, 99 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/Machine-Learning-Projects.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 py_modules/__pycache__/data_extraction.cpython-310.pyc create mode 100644 requirements2.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbe6828 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +requirements.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Machine-Learning-Projects.iml b/.idea/Machine-Learning-Projects.iml new file mode 100644 index 0000000..f84cc34 --- /dev/null +++ b/.idea/Machine-Learning-Projects.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..605a365 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..69e76c5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e6bfbf5 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/models/weight_predictor.pkl b/models/weight_predictor.pkl index 9d58a3befc27d769a35a11a9eb73d7a94539afa5..ab0ee7b20e3a0761e22b543efc1f565653a16b1e 100644 GIT binary patch literal 883 zcmaJcxt(2R=1#5< z6iv+G6hfZXVxdK9v9nEK5wO(4Hee$N2?!z1?j~nIxG8qtzWLtwe!ll4`SNF^nyzmqs(d&bndLGIxQK8c@{`Ac@ZjmNR;o6G?-p zZafme`1A;G1X0U!LjhLMs4JfeL0hQ%UA(B?=5E*ksZ~U+P;Kr?EiG_QgJQZo-4np+TS*-AAha?m_}2D&NitqSx>XGF)=&0 zpLW6o-Fd**HkL2iqi>IW{j{^51|_{ix3KZqsrRQo7wqGkTN~eZc5@ZUu8^b&Li!;$ zU0<>$tx0S+OQ?(Sa+o$@-UyODkM1d-K9L~wpl%U|O0z}9nFK%k58sjgV9i%XQU$_= zNExa7W68KHU0q?Rv^_pi`;|J;EkR`7eiU>YVrNWH;Cp an~o<0x<7y*6fINyfEl3^nlZG~SL-j7pkwX; literal 1054 zcmZ`&Ic(HG6x~e%35Fcp;U=8RWguMPjA1$Bump$0631YBC)luS`_0UP7AX=42piE* z(IHVmL5=8WQ&2>rgaXk;qCr9egoMI)b~hA=DXcmEyyMUF-A0e!EKrAqdK|>G5QJ14 zs85jEa1ZHWG-T{)sZ@#!8gn#WK~u(VQ)?&8J1oyVr$8B|{Y7FlW|2oZ55ns@$veW) z21T`aP!(&KE}@%;(UP%eNT}O^@JW$6A!bzUmih)4d1w{8Nv^#pE@NiJZkO|raHkj- zC?}lKkYJV?6-AtM3N9eFH zJ7YH5X}Nm@GE)z+IGc8{5DUsn7pc*(!H5+c6gX z9yFg07$3e5y#6}=sTZpS*0`!^w;V>W*6;Kc**ae`t+$Y=F>Ua>F}!m)|U7Gv@A z&i8L7$9u6+V3TW4muA(w5^SymY)Jrg3tMXd+Y~^?I`pFJZJV+5`;Uo_lahbCK(}jm zNB~lc7P&?yIbFmoh5e!yHsHkJJ}a{oh6x(g}bM+R6QcaC{GJIaUD*z zepPKvRcqKI!_+g3y&1bz(hdcJ1fihJqp`rgib_}*v7%E5?ojL>RVtE15gP|8Y88?j zk;`!~r(V{J=n%o7y7At`xMAUN&G->zyxD(sy8YX3FoRY`OW)vhjDxaCoG&)EX)aS5}Yy{)ScvCDapJN^woLIgtynt7;tS(I-hb)aJEYPZm!|D>+=Sz5e!;5=kM@U-_KKJ ayGV->E8{}WZkE^OGr19`xHwuZ)BgZMRbK-D diff --git a/py_modules/__pycache__/data_extraction.cpython-310.pyc b/py_modules/__pycache__/data_extraction.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5bb0c2df8f3719400f957cc2124bed5be09e1792 GIT binary patch literal 795 zcmY*X&2H2%5VoD4&F;2RMOOlDIdEVPvAfNZ*pcm21ce(M zc?UT1L?B-|?JIC%oDEfQu~WkdK!_j9m_K0N2nzkQ4kLfh;Wl`*BXUF{qK;jb(1tY? qjKZ2~W&_bwb*m=e>B;pmqtuSS>hnjB_5*zEDC-DBgd!Y~gX6#bP{`T< literal 0 HcmV?d00001 diff --git a/requirements2.txt b/requirements2.txt new file mode 100644 index 0000000..d3bf29d --- /dev/null +++ b/requirements2.txt @@ -0,0 +1,32 @@ +beautifulsoup4 +click +cycler +distributed +Flask +gunicorn +itsdangerous +Jinja2 +joblib +json5 +jsonschema +kiwisolver +Markdown +MarkupSafe +matplotlib +numpy +pandas +pickleshare +python-dateutil +python-jsonrpc-server +python-language-server +pytz +PyYAML +requests +requests-oauthlib +scikit-learn +scipy +seaborn +six +statsmodels +urllib3 +Werkzeug From e057b02fafd80e6f4533d13fd1867b3c16d59052 Mon Sep 17 00:00:00 2001 From: Sounakray2003 <92640729+Sounakray2003@users.noreply.github.com> Date: Sun, 30 Apr 2023 17:49:41 +0530 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a2dd8d..456c955 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,6 @@ kiwisolver==1.2.0 Markdown==3.2.1 MarkupSafe==1.1.1 matplotlib==3.1.3 -numpy==1.18.1 pandas==1.0.3 pickleshare==0.7.5 python-dateutil==2.8.1 @@ -24,9 +23,10 @@ PyYAML==5.3.1 requests==2.23.0 requests-oauthlib==1.3.0 scikit-learn==0.22.1 -scipy==1.4.1 +scipy==1.10.1 seaborn==0.10.1 six==1.14.0 statsmodels==0.11.0 urllib3==1.25.8 Werkzeug==1.0.1 +numpy==1.24.3 \ No newline at end of file