joaomorossini commited on
Commit
4111529
·
1 Parent(s): 7a8218b

Update requirements.txt to change package version specifications to minimum required versions

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- python>=3.11
2
  agency-swarm>=0.4.4,<0.5.0
3
  langchain>=0.2,<0.3
4
  langchain-core>=0.2.38,<0.3
5
- requests==2.32.3
6
- openai==1.64.0
7
- gradio==5.19.0
8
- rootpath==0.1.1
9
- typing-extensions==4.12.2
10
- selenium==4.29.0
11
  python-dotenv>=1.0.0
 
 
1
  agency-swarm>=0.4.4,<0.5.0
2
  langchain>=0.2,<0.3
3
  langchain-core>=0.2.38,<0.3
4
+ requests>=2.32.3
5
+ openai>=1.64.0
6
+ gradio>=5.19.0
7
+ rootpath>=0.1.1
8
+ typing-extensions>=4.12.2
9
+ selenium>=4.29.0
10
  python-dotenv>=1.0.0