Skip to content

Commit 02a1075

Browse files
authored
v2.4.0: added support to install requirements.txt from pulled CM repositories (#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!
2 parents 090f0cb + a85259f commit 02a1075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cm/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## V2.3.9.1
1+
## V2.4.0
22
- added `install_python_requirements` to the CM repo description (cmr.yaml)
33
to install requirements to a current python with CM installation if needed
44

cm/cmind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Written by Grigori Fursin
44

5-
__version__ = "2.3.9.1"
5+
__version__ = "2.4.0"
66

77
from cmind.core import access
88
from cmind.core import error

0 commit comments

Comments
 (0)