gnu: python-scikit-learn: Update to 1.0.2.
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.0.2.
This commit is contained in:
		
							parent
							
								
									d331bd0a39
								
							
						
					
					
						commit
						af36848fb3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1080,7 +1080,7 @@ computing environments.") | |||
| (define-public python-scikit-learn | ||||
|   (package | ||||
|     (name "python-scikit-learn") | ||||
|     (version "1.0.1") | ||||
|     (version "1.0.2") | ||||
|     (source | ||||
|      (origin | ||||
|        (method git-fetch) | ||||
|  | @ -1090,7 +1090,7 @@ computing environments.") | |||
|        (file-name (git-file-name name version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "07k92y78sk4074vh5hp8y63pwl592wgl8azrfp0q84chxk8igfx9")))) | ||||
|          "1rli53544vlsnmx4v4xcb8fdqcy5n3zksl4plwp76gsmrppb2lig")))) | ||||
|     (build-system python-build-system) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|  |  | |||
		Reference in a new issue