Skip to content
Snippets Groups Projects

Refactor packaging, part I

2 files
+ 2
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
7
@@ -12,13 +12,7 @@ authors = [
@@ -12,13 +12,7 @@ authors = [
]
]
license = { file = "COPYING.txt" }
license = { file = "COPYING.txt" }
requires-python = ">=3.10"
requires-python = ">=3.10"
dependencies = [
dependencies = ["sympy>=1.6,<=1.11.1", "numpy>=1.8.0", "appdirs", "joblib"]
"sympy>=1.6,<=1.11.1",
"numpy>=1.8.0",
"pymbolic>=2022.2",
"appdirs",
"joblib",
]
classifiers = [
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 4 - Beta",
"Framework :: Jupyter",
"Framework :: Jupyter",
Loading