Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Mar 13, 2024
1 parent 04bacce commit c3f35d5
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 3
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
package-name: ["geos-ats", "geos-mesh-doctor", "geos-mesh-tools", "geos-xml-tools", "hdf5-wrapper", "pygeosx-tools", "geos-timehistory"]
package-name: ["geos-ats", "geos-mesh-doctor", "geos-mesh-tools", "geos-timehistory", "geos-xml-tools", "hdf5-wrapper", "pygeos-tools"]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 1 addition & 5 deletions geos-xml-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
20 changes: 20 additions & 0 deletions hdf5-wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 0 additions & 23 deletions hdf5-wrapper/setup.cfg

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions pygeos-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 0 additions & 20 deletions pygeos-tools/setup.cfg

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c3f35d5

Please sign in to comment.