Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nabaztag2018/pynab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ab3e527fe8fb24ed037ee3811c2763e5176a393b
Choose a base ref
..
head repository: nabaztag2018/pynab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aaabecdb698b2f7b9db7b22cb13da26142c47be5
Choose a head ref
Showing with 8 additions and 6 deletions.
  1. +4 −3 .github/workflows/tests.yml
  2. +4 −3 requirements.txt
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -36,9 +36,10 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: 'pip'

- name: Install dependencies
run: |
@@ -48,8 +49,8 @@ jobs:
sudo bash install_mkl.sh
wget -q -O - "https://github.com/pguyot/kaldi/releases/download/0ff452b/kaldi-0ff452b-linux_ubuntu22.04-x86_64.tar.xz" | sudo tar xJ -C /
sudo ldconfig
python -m pip install --upgrade pip
pip install Cython==0.29.30 numpy==1.21.4 setuptools_rust wheel
python -m pip install --upgrade pip setuptools wheel
pip install Cython==0.29.30 numpy==1.21.4 setuptools_rust
- name: Install requirements
run: pip install -r requirements.txt
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -65,7 +65,8 @@ typed_ast==1.5.2
click==8.1.2
pytz==2021.3
asgiref==3.5.0
sqlparse==0.4.2
sqlparse==0.4.4; python_version == '3.7'
sqlparse==0.5.0; python_version != '3.7'
# Latest importlib_metadata compatible with latest flake8
importlib_metadata==4.2.0
mccabe==0.6.1
@@ -102,7 +103,7 @@ pyaml==19.12.0
future==0.17.1
sklearn_crfsuite==0.3.6
zipp==3.7.0
certifi==2021.10.8
certifi==2023.7.22
urllib3==1.26.8
types_urllib3==1.26.15
charset_normalizer==2.0.12
@@ -116,7 +117,7 @@ docopt==0.6.2
joblib==1.2.0
python_crfsuite==0.9.7
tabulate==0.8.9
tqdm==4.63.0
tqdm==4.66.3
requests==2.27.1
types_requests==2.27.30
iniconfig==1.1.1