Skip to content

Commit 93b9913

Browse files
Merge pull request #6 from LIBRA-project/pint_review
Pint review 2
2 parents 7b964a1 + 8234a1a commit 93b9913

6 files changed

Lines changed: 192 additions & 154 deletions

File tree

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: libra_sparging
22
channels:
33
- conda-forge
44
dependencies:
5+
- python>=3.12
56
- fenics-dolfinx
67
- matplotlib
78
- pyvista

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ name = "libra_sparging"
77
version = "0.1.0"
88
description = "A finite element model for sparging processes"
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.12"
1111
license = {text = "LICENSE"}
1212
authors = [
1313
{name = "Author Name", email = "author@example.com"},
1414
]
1515
keywords = ["FEM", "sparging", "dolfinx"]
1616
classifiers = [
17-
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.10",
19-
"Programming Language :: Python :: 3.11",
2017
"Programming Language :: Python :: 3.12",
2118
"License :: OSI Approved :: MIT License",
2219
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)