Skip to content

Commit 1cbb9c4

Browse files
authored
update getML to version 1.5.0 (#34)
1 parent 7f67260 commit 1cbb9c4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

kaggle_notebooks/cora_getml_vs_gnn.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
],
8282
"source": [
8383
"# You might need to restart the kernel after the installs\n",
84-
"%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",
84+
"%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",
8585
"\n",
8686
"# Download and extract getML software\n",
8787
"!wget -q https://static.getml.com/download/1.4.0/getml-1.4.0-x64-linux.tar.gz\n",

kaggle_notebooks/epilepsy_recognition.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
}
200200
],
201201
"source": [
202-
"%pip install -q \"getml==1.4.0\" \"numpy<2.0.0\" \"matplotlib~=3.9\" \"seaborn~=0.13\""
202+
"%pip install -q \"getml==1.5.0\" \"numpy<2.0.0\" \"matplotlib~=3.9\" \"seaborn~=0.13\""
203203
]
204204
},
205205
{
@@ -4559,4 +4559,4 @@
45594559
},
45604560
"nbformat": 4,
45614561
"nbformat_minor": 4
4562-
}
4562+
}

kaggle_notebooks/getml-and-gnns-a-natural-symbiosis.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
],
111111
"source": [
112112
"# You might need to restart the kernel after the installs\n",
113-
"%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",
113+
"%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",
114114
"\n",
115115
"# Download and extract getML software\n",
116116
"!wget -q https://static.getml.com/download/1.4.0/getml-1.4.0-x64-linux.tar.gz\n",

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
jupyterlab==4.1.1
2-
getml==1.4.0
2+
getml==1.5.0
33
featuretools==1.31.0
44
tsfresh==0.20.3
55
pyspark==3.5.0
66
seaborn==0.13.2
77
ipywidgets==8.1.2
88
plotly==5.18.0
99
prophet==1.1.5
10-
matplotlib==3.8.2
10+
matplotlib==3.8.2

0 commit comments

Comments
 (0)