Skip to content

Commit 3ae3634

Browse files
author
Bruno Goncalves
committed
update environment.yml
1 parent 1f50be4 commit 3ae3634

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

environment.yml

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
dependencies:
2-
- aiohttp==3.8.4
3-
- altair==5.1.2
4-
- beautifulsoup4==4.11.1
2+
- aiohttp==3.8.5
3+
- altair==5.2.0
4+
- beautifulsoup4==4.12.3
55
- docx2txt==0.8
66
- Flask==2.2.2
77
- flask_cors==4.0.0
8-
- ipython==8.10.0
9-
- ipywidgets==7.6.5
10-
- langchain==0.0.306
8+
- ipython==8.12.3
9+
- ipywidgets==8.0.4
10+
- langchain==0.1.9
1111
- matplotlib==3.7.2
1212
- networkx==3.1
13-
- nltk==3.7
13+
- nltk==3.8.1
1414
- numpy==1.23.5
15-
- openai==0.28.1
16-
- pandas==1.5.3
15+
- openai==1.12.0
16+
- pandas==2.0.3
1717
- PyPDF2==3.0.1
18-
- PyYAML==6.0
1918
- PyYAML==6.0.1
2019
- Requests==2.31.0
21-
- scikit_learn==1.2.1
22-
- scipy==1.10.0
20+
- scikit_learn==1.3.0
21+
- scipy==1.12.0
2322
- smokey==0.1
24-
- streamlit==1.27.1
23+
- streamlit==1.31.1
2524
- streamlit_chat==0.1.1
2625
- tenacity==8.2.2
27-
- termcolor==2.3.0
28-
- tiktoken==0.5.1
29-
- tqdm==4.64.1
30-
- watermark==2.4.2
26+
- termcolor==2.4.0
27+
- tiktoken==0.3.3
28+
- tqdm==4.65.0
29+
- watermark==2.4.3
3130
- wget==3.2

0 commit comments

Comments
 (0)