Skip to content

Commit 5e7a29e

Browse files
authored
Remove install_requires from setup.py
Removed specific package dependencies from install_requires.
1 parent e6bd4a2 commit 5e7a29e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,4 @@
2727
'Programming Language :: Python :: 3.13',
2828
],
2929
python_requires='>=3.6',
30-
install_requires=[
31-
'matplotlib>=3.0.0',
32-
'pandas>=1.0.0',
33-
'numpy>=1.18.0'
34-
],
3530
)

0 commit comments

Comments
 (0)