Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Update dependencies (#1120)
Browse files- Bump up datasets huggingface-hub safetensors (ead8677eee459d3c87b96b75c52a47fedc716022)
- backend/pyproject.toml +3 -3
    	
        backend/pyproject.toml
    CHANGED
    
    | @@ -10,12 +10,12 @@ fastapi = "^0.115.6" | |
| 10 | 
             
            uvicorn = {extras = ["standard"], version = "^0.34.0"}
         | 
| 11 | 
             
            numpy = "^2.2.0"
         | 
| 12 | 
             
            pandas = "^2.2.3"
         | 
| 13 | 
            -
            datasets = "^3.2 | 
| 14 | 
             
            pyarrow = "^18.1.0"
         | 
| 15 | 
             
            python-multipart = "^0.0.20"
         | 
| 16 | 
            -
            huggingface-hub = "0.29. | 
| 17 | 
             
            transformers = "4.49.0"
         | 
| 18 | 
            -
            safetensors = "^0. | 
| 19 | 
             
            aiofiles = "^24.1.0"
         | 
| 20 | 
             
            fastapi-cache2 = "^0.2.1"
         | 
| 21 | 
             
            python-dotenv = "^1.0.1"
         | 
|  | |
| 10 | 
             
            uvicorn = {extras = ["standard"], version = "^0.34.0"}
         | 
| 11 | 
             
            numpy = "^2.2.0"
         | 
| 12 | 
             
            pandas = "^2.2.3"
         | 
| 13 | 
            +
            datasets = "^3.3.2"
         | 
| 14 | 
             
            pyarrow = "^18.1.0"
         | 
| 15 | 
             
            python-multipart = "^0.0.20"
         | 
| 16 | 
            +
            huggingface-hub = "0.29.1"
         | 
| 17 | 
             
            transformers = "4.49.0"
         | 
| 18 | 
            +
            safetensors = "^0.5.3"
         | 
| 19 | 
             
            aiofiles = "^24.1.0"
         | 
| 20 | 
             
            fastapi-cache2 = "^0.2.1"
         | 
| 21 | 
             
            python-dotenv = "^1.0.1"
         | 

