diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c2036d84b5b..48ab6db8e43 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,27 +5,27 @@ # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -* @SkafteNicki @borda @justusschock +* @SkafteNicki @borda @justusschock @stancld # owners -/.github/CODEOWNERS @williamFalcon +/.github/CODEOWNERS @williamFalcon @lantiga # main -/README.md @borda @SkafteNicki @edenlightning +/README.md @borda @SkafteNicki @lantiga # installation -/setup.py @borda @SkafteNicki @ethanwharris +/setup.py @borda @SkafteNicki @justusschock # Base API -/src/torchmetrics/metric.py @SkafteNicki @justusschock @borda @tchaton +/src/torchmetrics/metric.py @SkafteNicki @justusschock @borda @lantiga /src/torchmetrics/collections.py @SkafteNicki @justusschock @borda # CI/CD -/.github/workflows/ @borda @akihironitta @ethanwharris +/.github/workflows/ @borda @justusschock @ethanwharris # configs in root -/*.yml @borda @akihironitta @ethanwharris +/*.yml @borda @justusschock @ethanwharris # Docs -/docs/ @edenlightning @SkafteNicki @borda -/.github/*.md @edenlightning @SkafteNicki @borda -/.github/ISSUE_TEMPLATE/*.md @edenlightning @borda @SkafteNicki -/docs/source/conf.py @borda @awaelchli @ethanwharris +/docs/ @lantiga @SkafteNicki @borda +/.github/*.md @lantiga @SkafteNicki @borda +/.github/ISSUE_TEMPLATE/*.md @lantiga @borda @SkafteNicki +/docs/source/conf.py @borda @awaelchli @justusschock /docs/paper_JOSS/ @SkafteNicki @borda @justusschock @williamFalcon diff --git a/.github/workflows/ci-tests-full.yml b/.github/workflows/ci-tests-full.yml index b71f90917c0..ca97b47ee5b 100644 --- a/.github/workflows/ci-tests-full.yml +++ b/.github/workflows/ci-tests-full.yml @@ -90,11 +90,6 @@ jobs: pytorch-version: ${{ matrix.pytorch-version }} pypi-dir: ${{ env.PYPI_CACHE }} - - name: Temp numba bump (for py3.11) - if: ${{ matrix.python-version == '3.11' }} - # ToDo: remove after full 0.57.0 release - run: pip install "numba~=0.57.0rc1" - - name: Install pkg timeout-minutes: 25 run: | diff --git a/requirements/test.txt b/requirements/test.txt index 7ed53d818a0..94b2af3c45b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment coverage ==7.2.7 -pytest ==7.3.1 +pytest ==7.3.2 pytest-cov ==4.1.0 pytest-doctestplus ==0.13.0 pytest-rerunfailures ==11.1.2