Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions hello_numerai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
"outputs": [],
"source": [
"# Install dependencies\n",
"!pip install -q --upgrade numerapi pandas pyarrow matplotlib lightgbm scikit-learn scipy cloudpickle==3.1.1\n",
"!pip install -q --no-deps numerai-tools\n",
"!pip install pandas==2.2.2 pyarrow==19.0.0\n",
"!pip install numerapi matplotlib lightgbm scikit-learn scipy cloudpickle==3.1.1\n",
"!pip install --no-deps numerai-tools\n",
"\n",
"# Inline plots\n",
"%matplotlib inline"
Expand Down