Skip to content

Commit

Permalink
Update canvas-core and trubar requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Aug 30, 2024
1 parent db3b6dc commit 817b51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ def compile_to_multilingual(self):
package_data=PACKAGE_DATA,
keywords=KEYWORDS,
classifiers=CLASSIFIERS,
setup_requires=["trubar>=0.3.1"],
setup_requires=["trubar>=0.3.2"],
install_requires=[
"AnyQt",
"ndf >=0.1.4",
"numpy >=1.16",
"Orange3 >=3.35.0",
"orange-canvas-core >=0.1.28",
"orange-canvas-core >=0.2.2",
"orange-widget-base >=4.20.0",
"pillow >=6.2.0",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
oldest: scikit-learn~=1.0.1
oldest: orange3==3.34.0
oldest: orange-canvas-core==0.1.30
oldest: orange-canvas-core==0.2.2
oldest: orange-widget-base==4.20.0
latest: https://github.com/biolab/orange3/archive/refs/heads/master.zip#egg=orange3
latest: https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
Expand Down

0 comments on commit 817b51b

Please sign in to comment.