We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e70773 commit 353c774Copy full SHA for 353c774
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="aideml",
11
- version="0.1.3",
+ version="0.1.4",
12
author="Weco AI",
13
author_email="contact@weco.ai",
14
description="Autonomous AI for Data Science and Machine Learning",
@@ -18,6 +18,7 @@
18
packages=find_packages(),
19
package_data={
20
"aide": [
21
+ "../requirements.txt",
22
"utils/config.yaml",
23
"utils/viz_templates/*",
24
"example_tasks/bitcoin_price/*",
0 commit comments