mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	* Update requirement to thinc 3.0
This commit is contained in:
		
							parent
							
								
									5af500909c
								
							
						
					
					
						commit
						4944d3ba20
					
				| 
						 | 
					@ -2,7 +2,7 @@ cython
 | 
				
			||||||
cymem == 1.11
 | 
					cymem == 1.11
 | 
				
			||||||
pathlib
 | 
					pathlib
 | 
				
			||||||
preshed == 0.37
 | 
					preshed == 0.37
 | 
				
			||||||
thinc == 2.0
 | 
					thinc == 3.0
 | 
				
			||||||
murmurhash == 0.24
 | 
					murmurhash == 0.24
 | 
				
			||||||
unidecode
 | 
					unidecode
 | 
				
			||||||
numpy
 | 
					numpy
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -118,7 +118,7 @@ def run_setup(exts):
 | 
				
			||||||
        ext_modules=exts,
 | 
					        ext_modules=exts,
 | 
				
			||||||
        license="Dual: Commercial or AGPL",
 | 
					        license="Dual: Commercial or AGPL",
 | 
				
			||||||
        install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.37',
 | 
					        install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.37',
 | 
				
			||||||
                          'thinc == 2.0', "unidecode", 'wget', 'plac', 'six',
 | 
					                          'thinc == 3.0', "unidecode", 'wget', 'plac', 'six',
 | 
				
			||||||
                          'ujson'],
 | 
					                          'ujson'],
 | 
				
			||||||
        setup_requires=["headers_workaround"],
 | 
					        setup_requires=["headers_workaround"],
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user