rudimentary cache decorator
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "scgenerator"
|
||||
version = "0.4.6"
|
||||
version = "0.4.7"
|
||||
description = "Simulate nonlinear pulse propagation in optical fibers"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
|
||||
@@ -17,7 +17,7 @@ requires-python = ">=3.11"
|
||||
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
|
||||
dependencies = [
|
||||
"numpy",
|
||||
"scipy",
|
||||
"scipy>=1.12.0",
|
||||
"matplotlib",
|
||||
"numba",
|
||||
"tqdm",
|
||||
|
||||
Reference in New Issue
Block a user