Skip to content

Commit

Permalink
Dependencies: Relax version pinning on pandas, pycaret, sqlalchemy. DWIM
Browse files Browse the repository at this point in the history
This is for letting Dependabot work properly. AMA.
  • Loading branch information
amotl committed Nov 2, 2024
1 parent 5399540 commit 2c4437a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notebooks/timeseries/timeseries_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": "! pip install -U kaleido plotly -r https://github.com/crate/academy-fundamentals-course/raw/refs/heads/main/requirements.txt"
"source": "! pip install -U -r https://github.com/crate/academy-fundamentals-course/raw/refs/heads/main/requirements.txt"
},
{
"cell_type": "markdown",
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
cratedb-toolkit[datasets]==0.0.21
ipyleaflet<0.20
kaleido<0.3
pandas==2.0.*
pycaret==3.3.2
pandas<2.1
plotly<5.25
pycaret<3.4
pydantic<3
refinitiv-data<1.7
sqlalchemy==2.0.*
sqlalchemy<2.1
sqlalchemy-cratedb==0.38.0

0 comments on commit 2c4437a

Please sign in to comment.