Skip to content

Commit

Permalink
Merge pull request #248 from janezd/consistent-setup
Browse files Browse the repository at this point in the history
Run test-oldest on the minimal required version of Orange
  • Loading branch information
markotoplak authored Nov 22, 2024
2 parents c1e8d91 + 20f26ec commit 603b8a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/usr/bin/env python3
import io
import os
import contextlib
import importlib.metadata
import subprocess
import warnings
import stat
from os import path, walk

from setuptools import setup, find_packages
Expand Down Expand Up @@ -115,7 +110,7 @@ def compile_to_multilingual(self):
"AnyQt",
"ndf >=0.1.4",
"numpy >=1.16",
"Orange3 >=3.35.0",
"Orange3 >=3.37.0",
"orange-canvas-core >=0.2.2",
"orange-widget-base >=4.23.0",
"pillow >=6.2.0",
Expand Down

0 comments on commit 603b8a1

Please sign in to comment.