Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum support pycocotools version #1484

Merged
merged 6 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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