Skip to content

Commit

Permalink
Use latest version of all deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Mar 2, 2024
1 parent d56a1ee commit db7ffc5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions requirements/datasets.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# datasets
h5py==3.9.0
laspy==2.5.1
opencv-python==4.8.1.78
h5py==3.10.0
laspy==2.5.3
opencv-python==4.9.0.80
pycocotools==2.0.7
pyvista==0.42.2
pyvista==0.43.3
radiant-mlhub==0.4.1
rarfile==4.1
scikit-image==0.21.0
scipy==1.11.3
scikit-image==0.22.0
scipy==1.12.0
zipfile-deflate64==0.2.0
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docs
ipywidgets==8.1.1
ipywidgets==8.1.2
nbsphinx==0.9.3
sphinx==5.3.0
8 changes: 4 additions & 4 deletions requirements/style.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# style
black[jupyter]==23.9.1
flake8==6.1.0
isort[colors]==5.12.0
black[jupyter]==24.2.0
flake8==7.0.0
isort[colors]==5.13.2
pydocstyle[toml]==6.3.0
pyupgrade==3.13.0
pyupgrade==3.15.1
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tests
mypy==1.5.1
nbmake==1.4.3
pytest==7.4.2
mypy==1.8.0
nbmake==1.5.0
pytest==8.0.2
pytest-cov==4.1.0

0 comments on commit db7ffc5

Please sign in to comment.