Skip to content

Commit

Permalink
fix: dependencies in setup.py and python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Apr 19, 2024
1 parent 9060697 commit 57ceba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: publish-to-conda
uses: maxibor/[email protected]
with:
subDir: "conda"
subDir: "."
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def read(file_name):
'wheel==0.43.*',
'Pillow>=10.2.0',
'numpy==1.26.0',
'opencv-contrib-python>=4.*',
'opencv-contrib-python>=4.9.0.80',
'scikit-learn==1.3.1',
'gdown==5.1.0',
'imutils==0.5.4',
Expand All @@ -76,7 +76,7 @@ def read(file_name):
'dev': [
'pytest>=3.7',
'pytest-socket==0.6.0',
'commitizen==3.10.0'
'commitizen==3.10.0',
'pre-commit==3.4.0'
]
}
Expand Down

0 comments on commit 57ceba0

Please sign in to comment.