File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 strategy :
2020 matrix :
21- python-version : [3.11, 3.12, 3.13 ]
21+ python-version : [3.11, 3.12]
2222 # Test against older version(s) of Pandas and latest version
2323 pandas-version : ["2.2.*", ""]
2424 # exclude:
Original file line number Diff line number Diff line change 77pyyaml
88transformers>=3.0.0
99# SpaCy models aren't stable across point releases
10- spacy==3.6.0
10+ spacy>=3.7.0,<3.8
1111ipywidgets
1212ibm-watson
1313twine
Original file line number Diff line number Diff line change 1212# Use environment variables if present.
1313# (-z predicate means "unset or empty string")
1414if [ -z " $PYTHON_VERSION " ]; then
15- PYTHON_VERSION=" 3.13 "
15+ PYTHON_VERSION=" 3.12 "
1616fi
1717ENV_NAME=" pd"
1818
You can’t perform that action at this time.
0 commit comments