Skip to content

Commit

Permalink
Update coloredlogs version (#288)
Browse files Browse the repository at this point in the history
The coloredlogs dependency version has been relaxed.

[ committed by @mellis13 ]
[ reviewed by @MattToast ]
  • Loading branch information
mellis13 authored May 25, 2023
1 parent 2c83794 commit 02d111f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ Description
A full list of changes and detailed notes can be found below:

- Remove deprecated code
- Relax the coloredlogs version
- Update Fortran tutorials for SmartRedis
- Add support for multiple network interface binding in Orchestrator and Colocated DBs

Detailed notes

- Deprecated launcher-specific orchestrators, constants, and ML utilities
were removed. (PR289_)
- Relax the coloredlogs version to be greater than 10.0 (PR288_)
- Update the Github Actions runner image from `macos-10.15`` to `macos-12``. The
former began deprecation in May 2022 and was finally removed in May 2023 (PR285_)
- The Fortran tutorials had not been fully updated to show how to handle return/error
Expand All @@ -41,6 +43,7 @@ codes. These have now all been updated (PR284_)
argument name is still `interface` for backward compatibility reasons. (PR281_)

.. _PR289: https://github.com/CrayLabs/SmartSim/pull/289
.. _PR288: https://github.com/CrayLabs/SmartSim/pull/288
.. _PR285: https://github.com/CrayLabs/SmartSim/pull/285
.. _PR284: https://github.com/CrayLabs/SmartSim/pull/284
.. _PR281: https://github.com/CrayLabs/SmartSim/pull/281
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psutil>=5.7.2
coloredlogs==10.0
coloredlogs>=10.0
tabulate>=0.8.9
smartredis>=0.4.0
redis==3.5.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def has_ext_modules(_placeholder):
# Define needed dependencies for the installation
deps = [
"psutil>=5.7.2",
"coloredlogs==10.0",
"coloredlogs>=10.0",
"tabulate>=0.8.9",
"redis-py-cluster==2.1.3",
"redis==3.5.3",
Expand Down

0 comments on commit 02d111f

Please sign in to comment.