Skip to content

Commit

Permalink
v2.4.0: added support to install requirements.txt from pulled CM repo…
Browse files Browse the repository at this point in the history
…sitories (#1301)

Hi @arjunsuresh and @anandhu-eng,

This release has a nice feature to install `requirements.txt` from
pulled CM repositories if `_cm.yaml` has `install_python_requirements:
true`

It should be backwards compatible and was based on several requests I
received in the past few months.

Feel free to use it if needed ...

Thank you and have a good weekend!
  • Loading branch information
gfursin authored Oct 4, 2024
2 parents 090f0cb + a85259f commit 02a1075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## V2.3.9.1
## V2.4.0
- added `install_python_requirements` to the CM repo description (cmr.yaml)
to install requirements to a current python with CM installation if needed

Expand Down
2 changes: 1 addition & 1 deletion cm/cmind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Written by Grigori Fursin

__version__ = "2.3.9.1"
__version__ = "2.4.0"

from cmind.core import access
from cmind.core import error
Expand Down

0 comments on commit 02a1075

Please sign in to comment.