Skip to content

Commit

Permalink
change pycocotools to extras require (#212)
Browse files Browse the repository at this point in the history
* change pycocotools to extars require

* add pillow to req

* change data to all
  • Loading branch information
sainivedh authored Nov 16, 2023
1 parent 64c23fd commit 12c226a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
clarifai-grpc==9.10.0
pandas==1.3.5
numpy==1.22.0
pandas>=1.3.5
numpy>=1.22.0
tqdm>=4.65.0
omegaconf==2.2.3
pycocotools==2.0.6
opencv-python==4.7.0.68
tritonclient==2.34.0
rich==13.4.2
rich>=13.4.2
pytest==7.4.1
PyYAML==6.0.1
PyYAML>=6.0.1
schema==0.7.5
Pillow>=9.5.0
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
license="Apache 2.0",
python_requires='>=3.8',
install_requires=install_requires,
extras_require={
'all': ["pycocotools=2.0.6"],
},
entry_points={
"console_scripts": [
"clarifai-model-upload-init = clarifai.models.model_serving.cli.repository:model_upload_init",
Expand Down

0 comments on commit 12c226a

Please sign in to comment.