-
Notifications
You must be signed in to change notification settings - Fork 163
add stem dependencies in main python sandbox #1099
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,201 @@ | ||
| arxiv | ||
| ascii_magic | ||
| astronomy | ||
| astroquery | ||
| atc | ||
| basc | ||
| bbn | ||
| beautifulsoup4 | ||
| bible | ||
| biopython | ||
| bioservices | ||
| bson | ||
| cactus | ||
| cantera | ||
| certifi | ||
| chardet | ||
| chemicals | ||
| chemics | ||
| chemlib | ||
| chempy | ||
| chemspipy | ||
| chess | ||
| cloudscraper | ||
| convertdate | ||
| conway | ||
| coxeter | ||
| Crypto | ||
| cssselect | ||
| cvxopt | ||
| cvxpy | ||
| data | ||
| datasets | ||
| ddc | ||
| depmap | ||
| diff | ||
| dill | ||
| dipy | ||
| dp_accounting | ||
| duckduckgo_search | ||
| easyocr | ||
| ecdsa | ||
| enchant | ||
| ephem | ||
| ete3 | ||
| feedparser | ||
| filetype | ||
| fiona | ||
| fishpy | ||
| fontTools | ||
| galois | ||
| gemmi | ||
| geocoder | ||
| geonamescache | ||
| geopandas | ||
| geopy | ||
| gita | ||
| gmpy2 | ||
| googletrans | ||
| grep | ||
| gutenbergpy | ||
| html5lib | ||
| HTMLParser | ||
| huggingface_hub | ||
| iapws | ||
| imageio | ||
| importlib_metadata | ||
| importlib_resources | ||
| IndianConstitution | ||
| indic_nlp_library | ||
| inflect | ||
| ipywidgets | ||
| isbnlib | ||
| jax | ||
| jdcal | ||
| language_tool_python | ||
| law | ||
| lie | ||
| LIEGenTools | ||
| lifelines | ||
| lingpy | ||
| lxml | ||
| matplotlib | ||
| mendeleev | ||
| mido | ||
| mimic | ||
| mingus | ||
| mip | ||
| molmass | ||
| molparse | ||
| molvs | ||
| music21 | ||
| mygene | ||
| myvariant | ||
| networkx | ||
| nibabel | ||
| nltk | ||
| nuclear | ||
| num2words | ||
| numba | ||
| numpy | ||
| numpy_financial | ||
| ocl | ||
| open_tamil | ||
| opencv-python | ||
| openmc_data | ||
| openmm | ||
| openpyxl | ||
| optopy | ||
| ortools | ||
| osmnx | ||
| packaging | ||
| paddleocr | ||
| pandapower | ||
| pandas | ||
| pandas_datareader | ||
| pdf2image | ||
| pdfminer | ||
| pdfplumber | ||
| pdfreader | ||
| piexif | ||
| pint | ||
| planarity | ||
| polyhedron | ||
| pretty_midi | ||
| pronouncing | ||
| ptable | ||
| py3Dmol | ||
| pybel | ||
| pyclipper | ||
| pycosat | ||
| pycountry | ||
| pydataset | ||
| pyequion | ||
| pyfiglet | ||
| pyfluids | ||
| pyhull | ||
| pylaw | ||
| pymatgen | ||
| pymcm | ||
| pymongo | ||
| PyMuPDF | ||
| PyPDF2 | ||
| pyromat | ||
| pysam | ||
| pysat | ||
| pyscf | ||
| pysmiles | ||
| pyswisseph | ||
| pytamil | ||
| pyteomics | ||
| pytesseract | ||
| python-igraph | ||
| python-snappy | ||
| qiskit | ||
| quote | ||
| quotes | ||
| qutip | ||
| ragas | ||
| rdflib | ||
| rdkit | ||
| requests | ||
| requests_cache | ||
| sanskrit | ||
| sanskrit_parser | ||
| scipy | ||
| seaborn | ||
| shakespeare | ||
| shapely | ||
| sieve | ||
| skimpy | ||
| skyfield | ||
| spacy | ||
| spherogram | ||
| statistic | ||
| statsmodels | ||
| steam | ||
| stim | ||
| sympy | ||
| tamil | ||
| tensorflow | ||
| tensorflow_datasets | ||
| thermo | ||
| thermochem | ||
| thermopy | ||
| thermostat | ||
| tinycss2 | ||
| torch | ||
| torchvision | ||
| transformers | ||
| trimesh | ||
| typ | ||
| utils | ||
| vedas | ||
| wbdata | ||
| webcolors | ||
| wikidata | ||
| wikipedia>=1.4.0 | ||
| wikipedia_api | ||
| wordfreq | ||
| wptools | ||
| yfinance | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 232
🌐 Web query:
HTMLParser PyPI package💡 Result:
The PyPI package "HTMLParser" (package name: HTMLParser) is a small backport of Python 2.7’s HTMLParser for older Python 2.x (last release 0.0.2 in 2013). It is not a modern or maintained parser for current Python 3 — for Python 3 use the stdlib html.parser.HTMLParser or, for robust HTML handling, libraries like BeautifulSoup (bs4) or lxml. Sources: PyPI package page and Python stdlib docs. [1] [2]
Sources
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 229
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 1175
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 232
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 44
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 83
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 165
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 2978
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 148
Remove HTMLParser—it's an unmaintained Python 2 backport unsuitable for Python 3.10.
HTMLParser(line 62) is available on PyPI but as version 0.0.2 (last released 2013), a backport of Python 2.7's HTMLParser. The Dockerfile uses Python 3.10, making this package redundant and inappropriate. For HTML parsing, use the built-inhtml.parsermodule from the standard library, or rely on the already-present alternatives:beautifulsoup4(line 8) orhtml5lib(line 61).- HTMLParser📝 Committable suggestion
🤖 Prompt for AI Agents