Skip to content

Commit b683cf0

Browse files
committed
Update dependencies in requirements.yml
1 parent b11fd28 commit b683cf0

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

requirements.yml

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,52 +20,91 @@ dependencies:
2020
- setuptools=68.2.2
2121
- sqlite=3.41.2
2222
- tk=8.6.12
23-
- tzdata=2023c
2423
- wheel=0.41.2
2524
- xz=5.4.5
2625
- zlib=1.2.13
2726
- pip:
2827
- altair==5.2.0
28+
- annotated-types==0.6.0
2929
- anyio==3.7.1
30+
- attrs==23.1.0
3031
- blinker==1.7.0
3132
- cachetools==5.3.2
3233
- certifi==2023.11.17
3334
- charset-normalizer==3.3.2
35+
- click==8.1.7
3436
- contourpy==1.2.0
3537
- cycler==0.12.1
38+
- dacite==1.8.1
3639
- fastapi==0.105.0
3740
- fonttools==4.47.0
41+
- gitdb==4.0.11
42+
- gitpython==3.1.40
43+
- h11==0.14.0
44+
- htmlmin==0.1.12
3845
- idna==3.6
46+
- imagehash==4.3.1
3947
- importlib-metadata==6.11.0
4048
- jinja2==3.1.2
49+
- joblib==1.3.2
4150
- jsonschema==4.20.0
4251
- jsonschema-specifications==2023.11.2
4352
- kiwisolver==1.4.5
53+
- llvmlite==0.41.1
54+
- markdown-it-py==3.0.0
4455
- markupsafe==2.1.3
4556
- matplotlib==3.8.2
46-
- numpy==1.26.2
57+
- mdurl==0.1.2
58+
- missingno==0.5.2
59+
- multimethod==1.10
60+
- networkx==3.2.1
61+
- numba==0.58.1
62+
- numpy==1.25.2
4763
- packaging==23.2
4864
- pandas==2.1.4
65+
- patsy==0.5.4
66+
- phik==0.12.3
4967
- pillow==10.1.0
5068
- plotly==5.18.0
5169
- protobuf==4.25.1
5270
- pyarrow==14.0.2
71+
- pydantic==2.5.3
72+
- pydantic-core==2.14.6
5373
- pydeck==0.8.1b0
74+
- pygments==2.17.2
5475
- pyparsing==3.1.1
76+
- python-dateutil==2.8.2
5577
- pytz==2023.3.post1
78+
- pywavelets==1.5.0
79+
- pyyaml==6.0.1
5680
- referencing==0.32.0
5781
- requests==2.31.0
82+
- rich==13.7.0
5883
- rpds-py==0.15.2
84+
- scikit-learn==1.4.1.post1
85+
- scipy==1.11.4
86+
- seaborn==0.12.2
5987
- six==1.16.0
88+
- smmap==5.0.1
6089
- sniffio==1.3.0
6190
- starlette==0.27.0
91+
- statsmodels==0.14.1
6292
- streamlit==1.29.0
93+
- tangled-up-in-unicode==0.2.0
6394
- tenacity==8.2.3
95+
- threadpoolctl==3.3.0
6496
- toml==0.10.2
6597
- toolz==0.12.0
6698
- tornado==6.4
99+
- typeguard==4.1.5
100+
- typing-extensions==4.9.0
101+
- tzdata==2023.3
67102
- tzlocal==5.2
68103
- urllib3==2.1.0
104+
- uvicorn==0.25.0
69105
- validators==0.22.0
106+
- visions==0.7.5
70107
- watchdog==3.0.0
108+
- wordcloud==1.9.3
109+
- ydata-profiling==4.6.3
71110
- zipp==3.17.0

0 commit comments

Comments
 (0)