-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pixi.toml
60 lines (57 loc) · 1.99 KB
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[project]
authors = ["sayantikabanik <sayantikabanik122@gmail.com>"]
channels = ["conda-forge"]
description = "Your Open-Source Data management framework"
name = "journey"
platforms = ["linux-64", "osx-64", "win-64", "osx-arm64"]
version = "0.1.0"
[dependencies]
python = "3.10.*"
intake = "0.6.5.*"
werkzeug = "2.2.2.*"
pre-commit = "*"
matplotlib = "*"
numpy = "*"
pandas = "*"
pip = "*"
pytest = "*"
requests = "*"
seaborn = "*"
scipy = "*"
scikit-learn = "*"
statsmodels = "*"
urllib3 = "*"
hvplot = "*"
dagster = "1.8.13.*"
dagit = "1.8.13.*"
holoviews = "*"
aiohttp = "*"
python-fasthtml = "*"
alembic = ">=1.13.3,<2"
datasets = ">=3.2.0,<4"
langchain-community = ">=0.3.14,<0.4"
langchain-anthropic = ">=0.3.1,<0.4"
langgraph = ">=0.2.60,<0.3"
pillow = ">=11.1.0,<12"
transformers = ">=4.47.1,<5"
langchain-openai = ">=0.2.14,<0.3"
[pypi-dependencies]
mitoinstaller = "*"
panel = "*"
watchfiles = "*"
quarto = "*"
openai = "*"
azure-ai-inference = "*"
mistralai = "*"
[tasks]
GIT_TOKEN_CHECK = "os.getenv(GITHUB_TOKEN)"
DJ_package = "pip install --editable . --use-pep517"
DJ_pre_commit = "pre-commit install"
DJ_dagster = { cmd = "dagit -f process.py", depends-on = "DJ_package", cwd = "analytics_framework/pipeline" }
DJ_panel_app = { cmd = "python stock_price_twilio_app.py", depends-on = "DJ_package", cwd = "analytics_framework/dashboard" }
DJ_flask_app = { cmd = "python app.py", depends-on = "DJ_package", cwd = "analytics_framework/intake/web_ui_flask" }
DJ_fasthtml_app = { cmd = "python app.py", depends-on = "DJ_package", cwd = "analytics_framework/intake/web_ui_fasthtml" }
DJ_mito_app = { cmd = "jupyter notebook mito_exp.ipynb", depends-on = "DJ_package", cwd = "usage_guide"}
DJ_llm_analysis_gpt_4o = {cmd = "python analyse_my_data__gpt_4o_mini.py", cwd = "analytics_framework/ai_modeling"}
DJ_advance_llm_analysis = {cmd = "python advance_analysis_coral_bleeching.py", cwd = "analytics_framework/ai_modeling"}
DJ_hello_world_langchain = {cmd = "python hello_world_lc.py", cwd = "analytics_framework/langchain"}