Skip to content

Commit

Permalink
GEOPY-1617: minor reformating: section with git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhmg committed Jul 5, 2024
1 parent 3f98e30 commit 39b1280
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ python = "^3.10"
discretize = ">=0.10.0"
empymod = ">=2.0.0"
geoana = ">=0.5.0"

geoh5py = {version = ">=0.9.1, <0.11", allow-prereleases = true}
#geoh5py = {url = "https://github.com/MiraGeoscience/geoh5py/archive/refs/heads/develop.tar.gz"}
#geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "develop"}
#geoh5py = {url = "http://localhost:8888/geoh5py.tar.gz"}

matplotlib = "*"
numpy = ">=1.20"
pandas = "*"
Expand All @@ -69,6 +63,13 @@ distributed = {version = "*", optional = true}
fsspec = {version = ">=0.3.3", optional = true}
zarr = {version = "*", optional = true}

## Pip dependencies from Git repositories
#----------------------------------------
geoh5py = {version = ">=0.9.1, <0.11", allow-prereleases = true}
#geoh5py = {url = "https://github.com/MiraGeoscience/geoh5py/archive/refs/heads/develop.tar.gz"}
#geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "develop"}
#geoh5py = {url = "http://localhost:8888/geoh5py.tar.gz"}

[tool.poetry.group.dev.dependencies]
black = "*"
jupyter = "*"
Expand Down

0 comments on commit 39b1280

Please sign in to comment.