Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed May 20, 2022
2 parents ab1f143 + 6c63d1d commit eafd580
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 65 deletions.
118 changes: 58 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Typing :: Typed",
Expand All @@ -53,11 +54,11 @@ repository="https://github.com/predictive-analytics-lab/ranzen"
readme="README.md"

[tool.poetry.dependencies]
python = "^3.7.1"
python = ">=3.7.1,<3.11"
torch = { version = "^1.8", optional = true }
hydra-core = {version = "^1.2.0dev3", optional = true}
neoconfigen = {version = ">=2.1.4", optional = true}
numpy = {version = "^1.20.3", optional = true}
hydra-core = {version = "^1.2.0", optional = true}
neoconfigen = {version = ">=2.2.0", optional = true}
numpy = {version = "^1.21.4", optional = true}
pandas = {version = "^1.3.1", optional = true}
wandb = {version= "^0.12.0", optional = true}
tqdm = {version = "^4.62.0", optional = true}
Expand All @@ -70,7 +71,7 @@ wandb = ["wandb", "pandas"]

[tool.poetry.dev-dependencies]
black = "^22.1"
pytest = "^7.1.1"
pytest = "^7.1.2"
isort = "^5.7.0"
darglint = "^1.8.0"
python-type-stubs = {git = "https://github.com/predictive-analytics-lab/python-type-stubs.git", rev = "53dead4" }
Expand Down

0 comments on commit eafd580

Please sign in to comment.