@@ -7,7 +7,7 @@ name = "mle-agent"
77version = " 0.4.3"
88description = " MLE-agent: An agent to automate your MLE processes"
99readme = " README.md"
10- requires-python = " >=3.8.1 "
10+ requires-python = " >=3.9 "
1111license = {text = " Apache-2.0" }
1212authors = [
1313 { name = " Yizheng Huang" , email = " huangyz0918@gmail.com" },
@@ -28,8 +28,7 @@ dependencies = [
2828 " rich>=13.6.0" ,
2929 " click>=7.1.1" ,
3030 " tantivy==0.24.0" ,
31- " py7zr~=1.0 ; python_version >= '3.9'" ,
32- " py7zr<0.20 ; python_version < '3.9'" ,
31+ " py7zr~=1.0" ,
3332 " openai~=1.70.0" ,
3433 " pyyaml~=6.0" ,
3534 " kaggle>=1.5.12" ,
@@ -38,16 +37,14 @@ dependencies = [
3837 " requests~=2.32.3" ,
3938 " GitPython~=3.1" ,
4039 " questionary~=1.10.0" ,
41- " pandas>=2.2.2 ; python_version >= '3.9'" ,
42- " pandas==2.0.3 ; python_version < '3.9'" ,
40+ " pandas>=2.2.2" ,
4341 " tavily-python~=0.6.0" ,
4442 " langfuse~=2.36.2" ,
4543 " google-api-python-client~=2.143.0" ,
4644 " google-auth-httplib2~=0.2.0" ,
4745 " google-auth-oauthlib~=1.2.1" ,
4846 " google-genai~=1.25.0" ,
49- " lancedb==0.15.0 ; python_version >= '3.9'" ,
50- " lancedb==0.6.13 ; python_version < '3.9'" ,
47+ " lancedb==0.15.0" ,
5148 " tree-sitter>=0.21.3" ,
5249 " mem0ai~=0.1.114" ,
5350 " pip>=23.3.1" ,
@@ -66,7 +63,6 @@ Download = "https://github.com/MLSysOps/MLE-agent/archive/refs/heads/main.zip"
6663[project .scripts ]
6764mle-agent = " mle.cli:cli"
6865mle = " mle.cli:cli"
69- mle-exp = " exp.cli:cli"
7066
7167[tool .setuptools .packages .find ]
7268include = [" mle*" , " exp*" ]
0 commit comments