Skip to content

Commit d4d9c3f

Browse files
committed
Adding extras_require parameter for setup.py
1 parent c626d04 commit d4d9c3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pandas==2.1.4
44
tqdm==4.66.1
55

66
# For sandbox env only
7-
notebook==7.0.6
7+
#notebook==7.0.6

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"Operating System :: OS Independent",
2828
],
2929
package_dir={'': '.'},
30+
extras_require={
31+
"interactive": ["notebook==7.0.6"],
32+
},
3033
install_requires=REQUIREMENTS, # [],
3134
python_requires='>=3.10',
3235
)

0 commit comments

Comments
 (0)