From ac897e0e68df4574ee244251d9b804751795927c Mon Sep 17 00:00:00 2001 From: Malo OLIVIER Date: Thu, 19 Dec 2024 17:29:24 +0100 Subject: [PATCH] updated requirements.txt and added badges in README | TODO : rewrite docs and typing in tests/ files and finish README.md --- README.md | 8 ++++++++ requirements.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0db49..22400c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +
+Python +PyTorch +Lightning +Config: hydra +Ray +Pytest +
# Hungarian Network (Hnet) diff --git a/requirements.txt b/requirements.txt index 4d03169..0144011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ hydra-core>=1.3.2 rich>=13.9.4 ray>=2.40.0 plotly>=5.24.1 -aim>=3.26.1 \ No newline at end of file +aim>=3.27 \ No newline at end of file