Matthew Franglen commited on
Commit
8ebeb15
·
1 Parent(s): 5a8a69b

Add uv stuff

Browse files
Files changed (3) hide show
  1. .python-version +1 -0
  2. pyproject.toml +13 -0
  3. uv.lock +0 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.11
pyproject.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "weather-picture-agent"
3
+ version = "0.1.0"
4
+ description = "Huggingface Agents course agent to make pretty weather accurate pictures"
5
+ readme = "README.md"
6
+ requires-python = ">=3.11"
7
+ dependencies = [
8
+ "duckduckgo-search>=7.4.2",
9
+ "markdownify>=0.14.1",
10
+ "pandas>=2.2.3",
11
+ "requests>=2.32.3",
12
+ "smolagents>=1.9.2",
13
+ ]
uv.lock ADDED
The diff for this file is too large to render. See raw diff