File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed
Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -7,30 +7,31 @@ authors = [
77 {email = " hello@futurehouse.org" , name = " FutureHouse technical staff" }
88]
99dependencies = [
10- " aiodocker" ,
11- " fhaviary[server] >= 0.18.0" ,
12- " ldp" ,
13- " pandas" ,
14- " numpy" ,
15- " matplotlib" ,
16- " scipy" ,
17- " seaborn" ,
18- " scikit-learn" ,
19- " statsmodels" ,
20- " aiofiles" ,
21- " google-auth" ,
22- " google-cloud-storage" ,
23- " google-cloud-secret-manager" ,
24- " crow-client >= 0.3.4" ,
25- " jupyter" ,
26- " nbconvert" ,
27- " notebook" ,
28- " nbformat"
10+ " aiodocker==0.24.0" ,
11+ " fhaviary[server]==0.18.1" ,
12+ " fh-llm-client==0.0.11" ,
13+ " ldp==0.23.0" ,
14+ " pandas==2.2.3" ,
15+ " numpy==2.2.3" ,
16+ " matplotlib==3.10.0" ,
17+ " scipy==1.15.2" ,
18+ " seaborn==0.13.2" ,
19+ " scikit-learn==1.6.1" ,
20+ " statsmodels==0.14.4" ,
21+ " aiofiles==24.1.0" ,
22+ " google-auth==2.38.0" ,
23+ " google-cloud-storage==3.0.0" ,
24+ " google-cloud-secret-manager==2.23.0" ,
25+ " crow-client==0.3.4" ,
26+ " jupyter==1.1.1" ,
27+ " nbconvert==7.16.6" ,
28+ " notebook==7.3.2" ,
29+ " nbformat==5.10.4"
2930]
3031description = " Data analysis crow"
3132name = " fhda"
3233requires-python = " >=3.12"
33- version = " 0 .0.1 "
34+ version = " 1 .0.0 "
3435
3536[project .optional-dependencies ]
3637dev = [
You can’t perform that action at this time.
0 commit comments