ShutterStack commited on
Commit
7c24835
·
verified ·
1 Parent(s): ab66d4e

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +119 -14
requirements.txt CHANGED
@@ -1,14 +1,119 @@
1
- Flask
2
- flask-cors
3
- pandas
4
- numpy
5
- scikit-learn
6
- causal-learn # For PC algorithm
7
- networkx
8
- plotly
9
- streamlit
10
- requests # For Streamlit to communicate with Flask
11
- watchfiles # For auto_refresh.py (if implemented for background tasks)
12
- statsmodels # For statistical models and tests
13
- google-generativeai
14
- python-dotenv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.12.13
3
+ aiosignal==1.3.2
4
+ altair==5.5.0
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ async-timeout==4.0.3
8
+ attrs==25.3.0
9
+ blinker==1.9.0
10
+ cachetools==5.5.2
11
+ causal-learn==0.1.4.2
12
+ certifi==2025.6.15
13
+ charset-normalizer==3.4.2
14
+ click==8.2.1
15
+ colorama==0.4.6
16
+ contourpy==1.3.2
17
+ cycler==0.12.1
18
+ dataclasses-json==0.6.7
19
+ distro==1.9.0
20
+ dotenv==0.9.9
21
+ exceptiongroup==1.3.0
22
+ Flask==3.1.1
23
+ flask-cors==6.0.1
24
+ fonttools==4.58.4
25
+ frozenlist==1.7.0
26
+ gitdb==4.0.12
27
+ GitPython==3.1.44
28
+ google-ai-generativelanguage==0.6.6
29
+ google-api-core==2.25.1
30
+ google-api-python-client==2.172.0
31
+ google-auth==2.40.3
32
+ google-auth-httplib2==0.2.0
33
+ google-generativeai==0.7.2
34
+ googleapis-common-protos==1.70.0
35
+ graphviz==0.21
36
+ greenlet==3.2.3
37
+ groq==0.28.0
38
+ grpcio==1.73.0
39
+ grpcio-status==1.62.3
40
+ h11==0.16.0
41
+ httpcore==1.0.9
42
+ httplib2==0.22.0
43
+ httpx==0.28.1
44
+ httpx-sse==0.4.0
45
+ idna==3.10
46
+ itsdangerous==2.2.0
47
+ Jinja2==3.1.6
48
+ joblib==1.5.1
49
+ jsonpatch==1.33
50
+ jsonpointer==3.0.0
51
+ jsonschema==4.24.0
52
+ jsonschema-specifications==2025.4.1
53
+ kiwisolver==1.4.8
54
+ langchain==0.3.25
55
+ langchain-community==0.3.25
56
+ langchain-core==0.3.65
57
+ langchain-groq==0.3.2
58
+ langchain-text-splitters==0.3.8
59
+ langsmith==0.3.45
60
+ MarkupSafe==3.0.2
61
+ marshmallow==3.26.1
62
+ matplotlib==3.10.3
63
+ momentchi2==0.1.8
64
+ multidict==6.5.0
65
+ mypy_extensions==1.1.0
66
+ narwhals==1.43.0
67
+ networkx==3.4.2
68
+ numpy==2.2.6
69
+ orjson==3.10.18
70
+ packaging==24.2
71
+ pandas==2.3.0
72
+ patsy==1.0.1
73
+ pillow==11.2.1
74
+ plotly==6.1.2
75
+ propcache==0.3.2
76
+ proto-plus==1.26.1
77
+ protobuf==4.25.8
78
+ pyarrow==20.0.0
79
+ pyasn1==0.6.1
80
+ pyasn1_modules==0.4.2
81
+ pydantic==2.11.7
82
+ pydantic-settings==2.9.1
83
+ pydantic_core==2.33.2
84
+ pydeck==0.9.1
85
+ pydot==4.0.1
86
+ pyparsing==3.2.3
87
+ python-dateutil==2.9.0.post0
88
+ python-dotenv==1.1.0
89
+ pytz==2025.2
90
+ PyYAML==6.0.2
91
+ referencing==0.36.2
92
+ requests==2.32.4
93
+ requests-toolbelt==1.0.0
94
+ rpds-py==0.25.1
95
+ rsa==4.9.1
96
+ scikit-learn==1.7.0
97
+ scipy==1.15.3
98
+ six==1.17.0
99
+ smmap==5.0.2
100
+ sniffio==1.3.1
101
+ SQLAlchemy==2.0.41
102
+ statsmodels==0.14.4
103
+ streamlit==1.45.1
104
+ tenacity==9.1.2
105
+ threadpoolctl==3.6.0
106
+ toml==0.10.2
107
+ tornado==6.5.1
108
+ tqdm==4.67.1
109
+ typing-inspect==0.9.0
110
+ typing-inspection==0.4.1
111
+ typing_extensions==4.14.0
112
+ tzdata==2025.2
113
+ uritemplate==4.2.0
114
+ urllib3==2.4.0
115
+ watchdog==6.0.0
116
+ watchfiles==1.1.0
117
+ Werkzeug==3.1.3
118
+ yarl==1.20.1
119
+ zstandard==0.23.0