Skip to content

Commit

Permalink
Merge branch 'master' into lightning_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jun 13, 2023
2 parents 0fe99a5 + 21d897e commit f720f1e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
22 changes: 11 additions & 11 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions .github/workflows/ci-tests-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f720f1e

Please sign in to comment.