Skip to content

Commit d094c0e

Browse files
committed
⚡️ remove useless dependencies
1 parent 09e14a2 commit d094c0e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ scratchpad/
3030
examples/test.jl
3131
catboost_info/**
3232
/catboost_info
33-
/catboost_info
34-
/docs/src/tutorials/adult_example/.CondaPkg
35-
/docs/src/tutorials/adult_example/catboost_info
33+
/docs/src/tutorials/**/.CondaPkg
34+
/docs/src/tutorials/**/catboost_info

docs/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[deps]
2-
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
3-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
42
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
53
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
6-
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
74
MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845"
85
MLJTransforms = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
96

0 commit comments

Comments
 (0)