gnu: python-deepxde: Update to 1.9.3.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.9.3.
This commit is contained in:
		
							parent
							
								
									08017d2818
								
							
						
					
					
						commit
						d171c632f5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1994,13 +1994,13 @@ discrete, and conditional dimensions.")
 | 
				
			||||||
(define-public python-deepxde
 | 
					(define-public python-deepxde
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-deepxde")
 | 
					    (name "python-deepxde")
 | 
				
			||||||
    (version "1.9.2")
 | 
					    (version "1.9.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (pypi-uri "DeepXDE" version))
 | 
					              (uri (pypi-uri "DeepXDE" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "07bz3d7d698l0fhznw5l8p16b22d4ly7xq99vrgv48c722qr2r5b"))))
 | 
					                "1zw2gqssc0s3maf4gdjckxmzx1d3036hbp1iir26kd08hxj93vzs"))))
 | 
				
			||||||
    (build-system pyproject-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:tests? #f                  ; there are no tests
 | 
					     (list #:tests? #f                  ; there are no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue