Skip to content
Snippets Groups Projects

Refactor build system

Merged Markus Holzer requested to merge holzer/lbmpy:RewordBuild into master
Viewing commit 2256de11
Prev
Show latest version
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -11,7 +11,7 @@ authors = [
@@ -11,7 +11,7 @@ authors = [
]
]
license = { file = "COPYING.txt" }
license = { file = "COPYING.txt" }
requires-python = ">=3.10"
requires-python = ">=3.10"
dependencies = ["sympy>=1.6,<=1.11.1", "numpy>=1.8.0", "appdirs", "joblib"]
dependencies = ["pystencils>=1.3", "sympy>=1.6,<=1.11.1", "numpy>=1.8.0", "appdirs", "joblib"]
classifiers = [
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 4 - Beta",
"Framework :: Jupyter",
"Framework :: Jupyter",