Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Mar 13, 2024
1 parent 0742bb4 commit 413029b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ ENV/

# SNYK
.dccache
poetry.lock
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ authors = ["Even Solbraa <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/Equinor/neqsimpython"
classifiers = [
"Operating System :: OS Independent",
]
classifiers = ["Operating System :: OS Independent"]

[tool.poetry.dependencies]
python = "^3.8"
JPype1 = "^1.5.0"
pandas = "^2.0.3"
pandas = [
{ version = "^1.3.5", markers = "python_version == '3.8'" },
{ version = "^2.0.3", markers = "python_version > '3.8'" },
]
matplotlib = { version = "^3.7.0", optional = true }
jupyter = { version = "^1.0.0", optional = true }
tabulate = { version = "^0.9.0", optional = true }
Expand Down

0 comments on commit 413029b

Please sign in to comment.