File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ jobs:
134134 echo " Conda information"
135135 conda info
136136 echo " Activate Dackar conda environment"
137- pip install spacy==3.5 stumpy textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy scikit-learn pyspellchecker contextualSpellCheck pandas
137+ pip install spacy==3.5 stumpy textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas
138138 pip install neo4j jupyterlab
139139 pip install pytest
140140 pip uninstall numba llvmlite
141- pip install --no-cache-dir numba llvmlite
141+ pip install --no-cache-dir numba==0.61 llvmlite==0.44
142142 conda list
143143 which python
144144 pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
You can’t perform that action at this time.
0 commit comments