Skip to content

Commit

Permalink
Urllib fix (#130)
Browse files Browse the repository at this point in the history
* fix urllib issue

* update workflows filter
  • Loading branch information
EthanMarx authored Sep 10, 2024
1 parent 2d4b87a commit 952328d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# to workflow
workflow: &workflow
- '.github/filters.yaml'
- '.github/workflows/unit-tests.yaml'
- '.github/workflows/pre-commit.yaml'
- '.github/project-filters.yaml'
- '.github/workflows/**'

# libraries
amplfi/architectures/:
Expand Down
19 changes: 1 addition & 18 deletions projects/train/poetry.lock

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

2 changes: 2 additions & 0 deletions projects/train/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pyro-ppl = "^1.9.0"
jsonargparse = {version = "^4.17", extras = ["signatures"]}
wandb = "^0.16.3"

urllib3 = ">=1.25.4,<1.27"

"amplfi.architectures" = {path = "../../amplfi/architectures", develop = true}
omegaconf = "^2.3.0"
lightray = "^0.1.5"
Expand Down

0 comments on commit 952328d

Please sign in to comment.