Skip to content

Commit

Permalink
pin ipython version for python 3.9
Browse files Browse the repository at this point in the history
because later versions dropped support for python 3.9
  • Loading branch information
Linchin committed Apr 1, 2024
1 parent 7f439ac commit 036ff4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pyarrow==12.0.1; python_version == '3.7'
pyarrow==15.0.2; python_version >= '3.8'
ipython===7.31.1; python_version == '3.7'
ipython===8.10.0; python_version == '3.8'
ipython==8.23.0; python_version >= '3.9'
ipython==8.18.1; python_version == '3.9'
ipython==8.23.0; python_version >= '3.10'
ipywidgets==8.1.2
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
Expand Down

0 comments on commit 036ff4e

Please sign in to comment.