yangdx
		
	commited on
		
		
					Commit 
							
							·
						
						cd263d3
	
1
								Parent(s):
							
							0804695
								
Fix gensim not compatible wtih numpy and scipy problem
Browse files- Replace numpy with gensim in requirements.txt
- Let gensim choose a correct version of numpy and scipy
- requirements.txt +1 -1
 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -3,7 +3,7 @@ configparser 
     | 
|
| 3 | 
         
             
            future
         
     | 
| 4 | 
         | 
| 5 | 
         
             
            # Basic modules
         
     | 
| 6 | 
         
            -
             
     | 
| 7 | 
         
             
            pipmaster
         
     | 
| 8 | 
         
             
            pydantic
         
     | 
| 9 | 
         
             
            python-dotenv
         
     | 
| 
         | 
|
| 3 | 
         
             
            future
         
     | 
| 4 | 
         | 
| 5 | 
         
             
            # Basic modules
         
     | 
| 6 | 
         
            +
            gensim
         
     | 
| 7 | 
         
             
            pipmaster
         
     | 
| 8 | 
         
             
            pydantic
         
     | 
| 9 | 
         
             
            python-dotenv
         
     |