Skip to content

Commit

Permalink
Merge branch 'microsoft:main' into datasets/agrifieldnet
Browse files Browse the repository at this point in the history
  • Loading branch information
yichiac authored Jul 11, 2023
2 parents 304fd1d + 5deab51 commit 7aa7287
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.2.0
- uses: actions/labeler@v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
2 changes: 1 addition & 1 deletion requirements/datasets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ laspy==2.4.1
opencv-python==4.8.0.74
pandas==2.0.3
pycocotools==2.0.6
pyvista==0.40.0
pyvista==0.40.1
radiant-mlhub==0.4.1
rarfile==4.0
scikit-image==0.21.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ einops==0.6.1
fiona==1.9.4.post1
kornia==0.6.12
lightly==1.4.11
lightning==2.0.4
lightning==2.0.5
matplotlib==3.7.2
numpy==1.25.0
numpy==1.25.1
pillow==10.0.0
pyproj==3.6.0
rasterio==1.3.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ black[jupyter]==23.3.0
flake8==6.0.0
isort[colors]==5.12.0
pydocstyle[toml]==6.3.0
pyupgrade==3.8.0
pyupgrade==3.9.0

0 comments on commit 7aa7287

Please sign in to comment.