From 251cc97064fd88d6290eb46091b13008be760416 Mon Sep 17 00:00:00 2001 From: Calychas Date: Sun, 2 Apr 2023 19:22:45 +0200 Subject: [PATCH] chore: add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5086cfaac..f83bd38a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change embedders and joiners interface to have `.transform` method - Change linter to Ruff and removed flake8, isort, pydocstyle +- Make torch and pytorch-lightning as optional dependencies ([#210](https://github.com/srai-lab/srai/issues/210)) ### Deprecated