diff --git a/kaggle_notebooks/cora_getml_vs_gnn.ipynb b/kaggle_notebooks/cora_getml_vs_gnn.ipynb index 6cc23d0..cf19be5 100644 --- a/kaggle_notebooks/cora_getml_vs_gnn.ipynb +++ b/kaggle_notebooks/cora_getml_vs_gnn.ipynb @@ -81,7 +81,7 @@ ], "source": [ "# You might need to restart the kernel after the installs\n", - "%pip install -q \"getml==1.4.0\" \"torch-geometric~=2.5\" \"pandas~=2.2\" \"matplotlib~=3.9\" \"seaborn~=0.13\" \"numpy~=1.26\" \"torch~=2.4\"\n", + "%pip install -q \"getml==1.5.0\" \"torch-geometric~=2.5\" \"pandas~=2.2\" \"matplotlib~=3.9\" \"seaborn~=0.13\" \"numpy~=1.26\" \"torch~=2.4\"\n", "\n", "# Download and extract getML software\n", "!wget -q https://static.getml.com/download/1.4.0/getml-1.4.0-x64-linux.tar.gz\n", diff --git a/kaggle_notebooks/epilepsy_recognition.ipynb b/kaggle_notebooks/epilepsy_recognition.ipynb index 16f26c4..262f62b 100644 --- a/kaggle_notebooks/epilepsy_recognition.ipynb +++ b/kaggle_notebooks/epilepsy_recognition.ipynb @@ -199,7 +199,7 @@ } ], "source": [ - "%pip install -q \"getml==1.4.0\" \"numpy<2.0.0\" \"matplotlib~=3.9\" \"seaborn~=0.13\"" + "%pip install -q \"getml==1.5.0\" \"numpy<2.0.0\" \"matplotlib~=3.9\" \"seaborn~=0.13\"" ] }, { @@ -4559,4 +4559,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +} diff --git a/kaggle_notebooks/getml-and-gnns-a-natural-symbiosis.ipynb b/kaggle_notebooks/getml-and-gnns-a-natural-symbiosis.ipynb index b4a18bb..378f85e 100644 --- a/kaggle_notebooks/getml-and-gnns-a-natural-symbiosis.ipynb +++ b/kaggle_notebooks/getml-and-gnns-a-natural-symbiosis.ipynb @@ -110,7 +110,7 @@ ], "source": [ "# You might need to restart the kernel after the installs\n", - "%pip install -q \"getml==1.4.0\" \"torch-geometric~=2.5\" \"pandas~=2.2\" \"matplotlib~=3.9\" \"seaborn~=0.13\" \"numpy~=1.26\" \"torch~=2.4\"\n", + "%pip install -q \"getml==1.5.0\" \"torch-geometric~=2.5\" \"pandas~=2.2\" \"matplotlib~=3.9\" \"seaborn~=0.13\" \"numpy~=1.26\" \"torch~=2.4\"\n", "\n", "# Download and extract getML software\n", "!wget -q https://static.getml.com/download/1.4.0/getml-1.4.0-x64-linux.tar.gz\n", diff --git a/requirements.txt b/requirements.txt index 667affe..2a961aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jupyterlab==4.1.1 -getml==1.4.0 +getml==1.5.0 featuretools==1.31.0 tsfresh==0.20.3 pyspark==3.5.0 @@ -7,4 +7,4 @@ seaborn==0.13.2 ipywidgets==8.1.2 plotly==5.18.0 prophet==1.1.5 -matplotlib==3.8.2 \ No newline at end of file +matplotlib==3.8.2