File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,21 @@ package-lock.json
6464docs /mkdocs /mkdocs.yml
6565RUN_METHOD_ANALYSIS.md
6666docs /mkdocs /site /**
67+ # flowerpower_llm_context_1.md
68+ # flowerpower_llm_context_2.md
69+ # flowerpower_llm_context3.md
70+ # flowerpower_llm_doc_1.md
71+ # flowerpower_llm_doc_2.md
72+ # flowerpower_llm_doc_3.md
73+ # flowerpower_llm_context_4.md
6774flowerpower_llm_context_1.md
6875flowerpower_llm_context_2.md
76+ flowerpower_llm_context_4.md
77+ flowerpower_llm_context_unified.md
6978flowerpower_llm_context3.md
79+ flowerpower_llm_context5.md
80+ flowerpower_llm_context6.md
81+ flowerpower_llm_context7.md
7082flowerpower_llm_doc_1.md
7183flowerpower_llm_doc_2.md
7284flowerpower_llm_doc_3.md
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies = [
1818 # 'dill>=0.3.8',
1919 ' duration-parser>=1.0.1' ,
2020 ' fsspec>=2024.10.0' ,
21- ' fsspec-utils>=0.1.0' ,
21+ ' fsspec-utils[full] >=0.1.0' ,
2222 ' humanize>=4.12.2' ,
2323 ' msgspec>=0.19.0' ,
2424 ' munch>=4.0.0' ,
@@ -44,17 +44,14 @@ flowerpower = "flowerpower.cli:app"
4444[project .optional-dependencies ]
4545io = [" flowerpower-io>=0.1.1" ]
4646io-legacy = [" flowerpower-io[legacy]>=0.1.1" ]
47- mongodb = [" pymongo>=4.7.2" ]
48- mqtt = [" paho-mqtt>=2.1.0" , " orjson>=3.10.11" , " mmh3>=5.1.0" ]
4947opentelemetry = [
5048 " opentelemetry-api>=1.5.0" ,
5149 " opentelemetry-sdk>=1.5.0" ,
5250 " opentelemetry-exporter-jaeger>=1.21.0" , # "sf-hamilton[opentelemetry]>=1.83.3"
5351]
5452ray = [" ray>=2.34.0" ]
55- tui = [" textual>=0.85.2" ]
5653ui = [" sf-hamilton-ui>=0.0.11" ]
57- webserver = [ " sanic>=24.6.0 " , " sanic-ext>=23.12.0 " , " orjson>=3.10.11 " ]
54+
5855openlineage = [" openlineage-python>=1.32.0" ]
5956
6057
You can’t perform that action at this time.
0 commit comments