Create requirements.txt
Browse files- requirements.txt +13 -0
    	
        requirements.txt
    ADDED
    
    | @@ -0,0 +1,13 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            smolagents
         | 
| 2 | 
            +
            torch
         | 
| 3 | 
            +
            gradio
         | 
| 4 | 
            +
            math
         | 
| 5 | 
            +
            transformer
         | 
| 6 | 
            +
            langchain_community
         | 
| 7 | 
            +
            datasets
         | 
| 8 | 
            +
            langchain
         | 
| 9 | 
            +
            pandas
         | 
| 10 | 
            +
            numpy
         | 
| 11 | 
            +
            re
         | 
| 12 | 
            +
            json
         | 
| 13 | 
            +
            os
         |