Skip to content

Commit 57ca8fc

Browse files
authored
Merge pull request #73 from basf/develop
v0.1.7
2 parents e3c6a6b + 302e739 commit 57ca8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mambular/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.1.6"
4+
__version__ = "0.1.7"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy
1+
numpy<=1.26.4
22
pandas
33
lightning
44
scikit_learn

0 commit comments

Comments
 (0)