Skip to content

Commit ffc5562

Browse files
committed
fix deps check and remove notebook standizer
1 parent c8f2368 commit ffc5562

File tree

5 files changed

+4
-164
lines changed

5 files changed

+4
-164
lines changed

.github/workflows/latest_dependency_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
python -m virtualenv venv
2121
source venv/bin/activate
2222
python -m pip install -r requirements.txt
23-
make checkdeps OUTPUT_FILEPATH=utils/latest_core_dependencies.txt
23+
make checkdeps OUTPUT_FILEPATH=utils/latest_dependencies.txt

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ clean:
66
find . -name '*~' -delete
77
find . -name '.coverage.*' -delete
88

9-
.PHONY: lint
10-
lint:
11-
python utils/notebook_version_standardizer.py check-execution
12-
13-
.PHONY: lint-fix
14-
lint-fix:
15-
python utils/notebook_version_standardizer.py standardize
16-
179
.PHONY: checkdeps
1810
checkdeps:
1911
$(eval allow_list='featuretools|composeml|evalml|woodwork|bokeh')

utils/latest_core_dependencies.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

utils/latest_dependencies.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
evalml==0.39.0
2+
featuretools==1.3.0
3+
-e git+ssh://git@github.com/alteryx/woodwork.git@90beed66fcbcf9d790d3d5cfd9ad9660b8fde14e#egg=woodwork

utils/notebook_version_standardizer.py

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)