Skip to content

Commit 723f842

Browse files
committed
Add patch for hmmlearn
1 parent 7530adf commit 723f842

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/pyproject.toml b/pyproject.toml
2+
new file mode 100644
3+
index 0000000..1029a3a
4+
--- /dev/null
5+
+++ b/pyproject.toml
6+
@@ -0,0 +1,6 @@
7+
+[build-system]
8+
+requires = ["setuptools >= 40.6.0", "wheel", "pybind11>=2.6", "setuptools_scm>=3.3"]
9+
+build-backend = "setuptools.build_meta"
10+
+
11+
+[tool.setuptools_scm]
12+
+version_file = "lib/hmmlearn/_version.py"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[[rules]]
2+
# Need to specify pybind11 build dependency, otherwise setuptools will install it unpatched
3+
patch = 'hmmlearn.patch'

0 commit comments

Comments
 (0)