Skip to content

Commit 7074a0f

Browse files
authored
pin cloudpickle version to version used in numerai-predict (#167)
1 parent 4133c34 commit 7074a0f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"source": [
6161
"# Install dependencies\n",
62-
"!pip install -q numerapi pandas lightgbm cloudpickle pyarrow scikit-learn scipy==1.10.1"
62+
"!pip install -q numerapi pandas lightgbm cloudpickle==2.2.1 pyarrow scikit-learn scipy==1.10.1"
6363
]
6464
},
6565
{

feature_neutralization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"source": [
4444
"# Install dependencies\n",
45-
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle scipy==1.10.1\n",
45+
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle==2.2.1 scipy==1.10.1\n",
4646
"\n",
4747
"# Inline plots\n",
4848
"%matplotlib inline"

hello_numerai.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"source": [
5050
"# Install dependencies\n",
51-
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle scipy==1.10.1\n",
51+
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle==2.2.1 scipy==1.10.1\n",
5252
"\n",
5353
"# Inline plots\n",
5454
"%matplotlib inline"

target_ensemble.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"source": [
4444
"# Install dependencies\n",
45-
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle seaborn scipy==1.10.1\n",
45+
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle==2.2.1 seaborn scipy==1.10.1\n",
4646
"\n",
4747
"# Inline plots\n",
4848
"%matplotlib inline"

0 commit comments

Comments
 (0)