prabalGaur commited on
Commit
79880c7
·
verified ·
1 Parent(s): 7592e4c

Upload community_contributions/codypharm/pyproject.toml with huggingface_hub

Browse files
community_contributions/codypharm/pyproject.toml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "pharma-assist"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "gradio>=6.5.1",
9
+ "openai>=2.16.0",
10
+ "openai-agents>=0.7.0",
11
+ "pydantic>=2.12.5",
12
+ "python-dotenv>=1.2.1",
13
+ "valyu>=2.5.4",
14
+ ]