Skip to content

Commit

Permalink
Bump minimum support pycocotools version (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Jul 19, 2023
1 parent 8b53304 commit 17e1de3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- matplotlib>=3.3.3
- numpy>=1.19.3
- pip
- pycocotools>=2.0.4
- pycocotools>=2.0.5
- pyproj>=3
- python>=3.9
- pytorch>=1.12
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ datasets = [
"opencv-python>=4.4.0.46,<5",
# pandas 1.1.3+ required for Python 3.9 wheels
"pandas>=1.1.3,<3",
# pycocotools 2.0.4+ required to avoid use of deprecated setuptools fetch_build_eggs
"pycocotools>=2.0.4,<3",
# pycocotools 2.0.5+ required for cython 3+ support
"pycocotools>=2.0.5,<3",
# pyvista 0.29+ required for to avoid segfault during testing
"pyvista>=0.29,<0.41",
# radiant-mlhub 0.3+ required for newer tqdm support required by lightning
Expand Down
2 changes: 1 addition & 1 deletion requirements/min-reqs.old
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h5py==3.0.0
laspy==2.0.0
opencv-python==4.4.0.46
pandas==1.1.3
pycocotools==2.0.4
pycocotools==2.0.5
pyvista==0.29.0
radiant-mlhub==0.3.0
rarfile==4.0
Expand Down

0 comments on commit 17e1de3

Please sign in to comment.