-
Notifications
You must be signed in to change notification settings - Fork 206
Update Python 3.13 support and bump dependencies #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
986fe73
1b280e6
49e9eec
c70f92f
5528040
593e8b5
a49b990
8ec5c95
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@e2b/code-interpreter-template': minor | ||
| --- | ||
|
|
||
| updated Python version to 3.13 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,13 +15,13 @@ e2b_charts | |
| aiohttp==3.13.3 | ||
| beautifulsoup4==4.14.3 | ||
| bokeh==3.8.2 | ||
| gensim==4.3.3 # unmaintained, blocking numpy and scipy bump | ||
| gensim==4.4.0 | ||
| imageio==2.37.2 | ||
| joblib==1.5.3 | ||
| librosa==0.11.0 | ||
| nltk==3.9.3 | ||
| numpy==1.26.4 # bump blocked by gensim | ||
| numba==0.61.2 | ||
| numpy==2.3.5 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. e2b_charts numpy constraint conflicts with numpy 2.x bumpHigh Severity The |
||
| numba==0.63.1 | ||
| opencv-python==4.11.0.86 | ||
| openpyxl==3.1.5 | ||
| plotly==6.0.1 | ||
|
|
@@ -32,10 +32,10 @@ pytz==2025.2 | |
| requests==2.32.5 | ||
| scikit-image==0.25.2 | ||
| scikit-learn==1.6.1 | ||
| scipy==1.13.1 # bump blocked by gensim | ||
| scipy==1.17.0 | ||
| seaborn==0.13.2 | ||
| soundfile==0.13.1 | ||
| spacy==3.8.11 # doesn't work on 3.13.x | ||
| spacy==3.8.11 | ||
| textblob==0.19.0 | ||
| tornado==6.5.4 | ||
| urllib3==2.6.3 | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.