Skip to content

Commit

Permalink
drop catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Jul 1, 2024
1 parent b9e1c46 commit 9ea9f75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 119 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ tests = [
"dvclive[image,plots,markdown]",
"ipython",
"pytest_voluptuous",
"dpath"
"dpath",
"transformers[torch]",
"keras<3"
]
dev = [
"dvclive[all,tests]",
Expand All @@ -67,12 +69,11 @@ tf = ["tensorflow"]
xgb = ["xgboost"]
lgbm = ["lightgbm"]
huggingface = ["transformers", "datasets"]
catalyst = ["catalyst>22"]
fastai = ["fastai"]
lightning = ["lightning>=2.0", "torch", "jsonargparse[signatures]>=4.26.1"]
optuna = ["optuna"]
all = [
"dvclive[image,mmcv,tf,xgb,lgbm,huggingface,catalyst,fastai,lightning,optuna,plots,markdown]"
"dvclive[image,mmcv,tf,xgb,lgbm,huggingface,fastai,lightning,optuna,plots,markdown]"
]

[project.urls]
Expand Down
23 changes: 0 additions & 23 deletions src/dvclive/catalyst.py

This file was deleted.

92 changes: 0 additions & 92 deletions tests/frameworks/test_catalyst.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/frameworks/test_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_huggingface_log_model(
trainer.train()

expected_call_count = {
"all": 2,
"all": 3,
True: 1,
False: 0,
None: 0,
Expand Down

0 comments on commit 9ea9f75

Please sign in to comment.