-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lionel Untereiner
committed
Mar 13, 2024
1 parent
04bacce
commit c3f35d5
Showing
17 changed files
with
44 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,8 @@ maintainers = [ | |
{name = "Christopher Sherman", email = "[email protected]" } | ||
] | ||
license = {text = "LGPL-2.1"} | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Programming Language :: Python" | ||
] | ||
|
||
requires-python = ">=3.6" | ||
requires-python = ">=3.8" | ||
|
||
dependencies = [ | ||
"lxml>=4.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,26 @@ | |
requires = ["setuptools>=42", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "geos-hdf5-wrapper" | ||
version = "0.2.0" | ||
description = "Simple wrapper for h5py objects" | ||
maintainers = [ | ||
{name = "Christopher Sherman", email = "[email protected]" } | ||
] | ||
license = "LGPL-2.1" | ||
|
||
requires-python = ">=3.8" | ||
|
||
dependencies = [ | ||
"h5py>=2.10.0", | ||
"numpy>=1.16.2", | ||
] | ||
|
||
[project.scripts] | ||
hdf5_wrapper_tests = hdf5wrapper.wrapper_tests:main | ||
|
||
|
||
[tool.mypy] | ||
python_version = "3.8" | ||
warn_return_any = true | ||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,28 @@ | |
requires = ["setuptools>=42", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "pygeosx-tools" | ||
version = "0.1.0" | ||
description = "Tools for interacting with pygeosx" | ||
author = [ | ||
{name = "Christopher Sherman", email = "[email protected]" } | ||
] | ||
license = {text = "LGPL-2.1"} | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Programming Language :: Python" | ||
] | ||
|
||
requires-python = ">=3.8" | ||
|
||
dependencies = [ | ||
"matplotlib", | ||
"numpy", | ||
"scipy", | ||
"mpi4py", | ||
] | ||
|
||
[tool.mypy] | ||
python_version = "3.8" | ||
warn_return_any = true | ||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.