Bump ndarray approx
This commit is contained in:
		@@ -5,7 +5,7 @@ authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
ndarray = { version = "0.15.4", features = ["approx"] }
 | 
			
		||||
ndarray = "0.15.4"
 | 
			
		||||
approx = "0.5.1"
 | 
			
		||||
sprs = { version = "0.11.0", optional = true, default-features = false }
 | 
			
		||||
serde = { version = "1.0.138", optional = true, default-features = false, features = ["derive"] }
 | 
			
		||||
@@ -21,6 +21,7 @@ serde1 = ["dep:serde", "ndarray/serde"]
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
iai = "0.1.1"
 | 
			
		||||
ndarray = { version = "0.15.4", features = ["approx-0_5"] }
 | 
			
		||||
 | 
			
		||||
[[bench]]
 | 
			
		||||
name = "sbpoperators"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user