Skip to content

Commit

Permalink
Merge pull request #13 from JuliaTrustworthyAI/11-some-housekeeping
Browse files Browse the repository at this point in the history
housekeeping
  • Loading branch information
pat-alt authored Aug 26, 2024
2 parents 756b3cc + 6f48498 commit 499f2bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ jobs:
matrix:
version:
- '1.10'
- '1.6'
os:
- ubuntu-latest
arch:
- x64
include:
- os: windows-latest
version: '1'
arch: x64
- os: macOS-latest
version: '1'
arch: x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
9 changes: 7 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AdversarialRobustness"
uuid = "7a74dc10-e776-4f2a-9e36-b9ba9a8e9776"
authors = ["Rithik Appachi Senthilkumar"]
authors = ["Rithik Appachi Senthilkumar and contributors"]
version = "1.0.0-DEV"

[deps]
Expand All @@ -13,7 +13,12 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia = "1.6.7"
Distances = "0.10.11"
Distributions = "0.25.110"
Flux = "0.14.19"
ProgressMeter = "1.10.2"
Revise = "3.5.18"
julia = "1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 499f2bb

Please sign in to comment.