Skip to content

Commit

Permalink
Stricter constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Jun 6, 2022
1 parent e8606bd commit 0366c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- numpy
- open3d>=0.11.2
- pip
- protobuf<4.21.0
- protobuf<4
- pycocotools
- pyproj>=2.2
- python>=3.7
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ numpy==1.22.4;python_version>='3.8'
numpy==1.21.6;python_version=='3.7'
omegaconf==2.2.2
pillow==9.1.1
protobuf==3.20.1
pyproj==3.3.1;python_version>='3.8'
pyproj==3.2.0;python_version=='3.7'
pytorch-lightning==1.6.4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_requires =
# pillow 2.9+ required for height attribute
pillow>=2.9,<10
# Required to address protocolbuffers/protobuf#10051
protobuf<4.21.0
protobuf<4
# pyproj 2.2+ required for CRS object
pyproj>=2.2,<4
# pytorch-lightning 1.3+ required for gradient_clip_algorithm argument to Trainer
Expand Down

0 comments on commit 0366c23

Please sign in to comment.