Skip to content

Commit

Permalink
update pandas to 2.0.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanes authored Oct 17, 2023
1 parent 6503e20 commit 94b47a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas lightgbm cloudpickle pyarrow scikit-learn scipy==1.10.1"
"!pip install -q numerapi pandas==2.0.0 lightgbm cloudpickle pyarrow scikit-learn scipy==1.10.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion feature_neutralization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle scipy==1.10.1\n",
"!pip install -q numerapi pandas==2.0.0 pyarrow matplotlib lightgbm scikit-learn cloudpickle scipy==1.10.1\n",
"\n",
"# Inline plots\n",
"%matplotlib inline"
Expand Down
2 changes: 1 addition & 1 deletion target_ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle seaborn scipy==1.10.1\n",
"!pip install -q numerapi pandas==2.0.0 pyarrow matplotlib lightgbm scikit-learn cloudpickle seaborn scipy==1.10.1\n",
"\n",
"# Inline plots\n",
"%matplotlib inline"
Expand Down

0 comments on commit 94b47a0

Please sign in to comment.