alessandro trinca tornidor commited on
Commit
e999e89
1 Parent(s): 8783164

chore: add missing spaces dependency

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -0
  2. requirements.txt +1 -0
pyproject.toml CHANGED
@@ -22,6 +22,7 @@ python = "~3.10"
22
  python-dotenv = "^1.0.1"
23
  rasterio = "^1.3.10"
24
  requests = "^2.32.3"
 
25
  samgis-core = "^2.0.2"
26
  lisa-on-cuda = "1.3.3"
27
 
 
22
  python-dotenv = "^1.0.1"
23
  rasterio = "^1.3.10"
24
  requests = "^2.32.3"
25
+ spaces = "^0.28.3"
26
  samgis-core = "^2.0.2"
27
  lisa-on-cuda = "1.3.3"
28
 
requirements.txt CHANGED
@@ -11,5 +11,6 @@ pydantic==2.8.2
11
  python-dotenv==1.0.1
12
  rasterio==1.3.10
13
  requests==2.32.3
 
14
  samgis-core==2.0.2
15
  uvicorn==0.30.1
 
11
  python-dotenv==1.0.1
12
  rasterio==1.3.10
13
  requests==2.32.3
14
+ spaces==0.28.3
15
  samgis-core==2.0.2
16
  uvicorn==0.30.1