Skip to content

Commit 353c774

Browse files
fix github action for publishing
1 parent 0e70773 commit 353c774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="aideml",
11-
version="0.1.3",
11+
version="0.1.4",
1212
author="Weco AI",
1313
author_email="contact@weco.ai",
1414
description="Autonomous AI for Data Science and Machine Learning",
@@ -18,6 +18,7 @@
1818
packages=find_packages(),
1919
package_data={
2020
"aide": [
21+
"../requirements.txt",
2122
"utils/config.yaml",
2223
"utils/viz_templates/*",
2324
"example_tasks/bitcoin_price/*",

0 commit comments

Comments
 (0)