Skip to content

Commit

Permalink
updated requirements.txt and added badges in README | TODO : rewrite …
Browse files Browse the repository at this point in the history
…docs and typing in tests/ files and finish README.md
  • Loading branch information
MaloOLIVIER committed Dec 19, 2024
1 parent 2ed24ab commit ac897e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<div align="center">
<a href="https://www.python.org/"><img alt="Python" src="https://img.shields.io/badge/Python-3.12-3776AB?style=for-the-badge&logo=python&logoColor=white"></a>
<a href="https://pytorch.org"><img alt="PyTorch" src="https://img.shields.io/badge/-Pytorch 2.4-ee4c2c?style=for-the-badge&logo=pytorch&logoColor=white"></a>
<a href="https://pytorchlightning.ai/"><img alt="Lightning" src="https://img.shields.io/badge/-Lightning 2.4-792ee5?style=for-the-badge&logo=lightning&logoColor=white"></a>
<a href="https://hydra.cc/"><img alt="Config: hydra" src="https://img.shields.io/badge/-🐙 hydra 1.3-89b8cd?style=for-the-badge&logo=hydra&logoColor=white"></a>
<a href="https://docs.ray.io/en/latest/tune/"><img alt="Ray" src="https://img.shields.io/badge/Ray 2.40-blue?style=for-the-badge&logo=ray&logoColor=cyan"></a>
<a href="https://github.com/aimhubio/aim"><img alt="Pytest" src="https://img.shields.io/badge/Pytest 8.3-gray?style=for-the-badge&logo=pytest&logoColor=green"></a>
</div>

# Hungarian Network (Hnet)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
aim>=3.27

0 comments on commit ac897e0

Please sign in to comment.