Skip to content

Commit 9cc2d52

Browse files
committed
Solving overlapped env
1 parent 0c842f5 commit 9cc2d52

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

environment.doc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- lightgbm=3.2.1
76
- numpydoc=1.1.0
8-
- pandas=1.3.5
97
- python=3.8
10-
- scikit-learn=1.0.1
118
- sphinx=4.3.2
129
- sphinx-gallery=0.10.1
1310
- sphinx_rtd_theme=1.0.0

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
EXTRAS_REQUIRE = {
4545
"tests": ["flake8", "mypy", "pandas", "pytest", "pytest-cov", "typed-ast"],
4646
"docs": [
47-
"matplotlib",
4847
"numpydoc",
49-
"pandas",
5048
"sphinx",
5149
"sphinx-gallery",
5250
"sphinx_rtd_theme",

0 commit comments

Comments
 (0)