Skip to content

Commit

Permalink
remove setuptools dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 17, 2024
1 parent 40712b5 commit a5dbc6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def include_documentation(local_dir, install_dir):
package_data=PACKAGE_DATA,
data_files=DATA_FILES,
install_requires=[
'setuptools>=51.0.0', # same as the last one needed for Orange3
'pip>=19.3', # same as for Orange 3.37
'numpy>=1.21.0,<2.0.0',
'Orange3>=3.37.0',
Expand Down

0 comments on commit a5dbc6e

Please sign in to comment.