Skip to content

Commit

Permalink
Added version numbers to resolve Python package dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kesarwam committed Jan 1, 2025
1 parent 2061011 commit ec081eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 00_notebooks/ml-reproducibility.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
},
"outputs": [],
"source": [
"! pip install opencv-python tensorflow nbimporter s3fs boto3==1.26.90"
"! pip install numpy==1.23.5 opencv-python==4.9.0.80 tensorflow==2.17.1 nbimporter==0.3.4 aiobotocore==2.13.3 s3fs==2024.12.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion jupyter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lakefs_client>=0.106.0
lakefs>=0.4.0
jupysql>=0.5.2
boto3
boto3==1.34.44
jupyter_contrib_nbextensions
tabulate
papermill

0 comments on commit ec081eb

Please sign in to comment.