gnu: python-pynndescent: Update to 0.5.2.
* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									76fb1a5cf2
								
							
						
					
					
						commit
						34c09669c9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -915,13 +915,13 @@ for scientific computing and data science (e.g. BLAS and OpenMP).") | |||
| (define-public python-pynndescent | ||||
|   (package | ||||
|     (name "python-pynndescent") | ||||
|     (version "0.4.8") | ||||
|     (version "0.5.2") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (pypi-uri "pynndescent" version)) | ||||
|        (sha256 | ||||
|         (base32 "0li1fclif50v6xrq7wh3lif9vv5jpj7xhrb0z6g89wwjnp9b9833")))) | ||||
|         (base32 "0w87c2v0li2rdbx6qfc2lb6y6bxpdy3jwfgzfs1kcr4d1chj5zfr")))) | ||||
|     (build-system python-build-system) | ||||
|     (native-inputs | ||||
|      `(("python-nose" ,python-nose))) | ||||
|  |  | |||
		Reference in a new issue