Skip to content

Commit

Permalink
Relax jsonschema testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed May 20, 2022
1 parent cb3d903 commit 9a18c78
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- jsonschema
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- jsonschema
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- jsonschema
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- jsonschema
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.9-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- jsonschema
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand All @@ -39,5 +39,6 @@ dependencies:
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- cfn-lint>=0.4.0
- pip:
- fugue[sql]>=0.5.3
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- intake>=0.6.0
- isort=5.7.0
- jpype1>=1.0.2
- jsonschema>=4.4.0
- jsonschema
- lightgbm>=3.2.1
- maven>=3.6.0
- mlflow>=1.19.0
Expand Down

0 comments on commit 9a18c78

Please sign in to comment.