Skip to content

Commit

Permalink
Merge pull request #127 from wearepal/update-hydra
Browse files Browse the repository at this point in the history
Update hydra and numpy
  • Loading branch information
tmke8 authored May 20, 2022
2 parents 2602d78 + 381f8b7 commit 6c63d1d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 57 deletions.
104 changes: 51 additions & 53 deletions poetry.lock

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

9 changes: 5 additions & 4 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 Down

0 comments on commit 6c63d1d

Please sign in to comment.