File tree Expand file tree Collapse file tree 5 files changed +46
-0
lines changed
Expand file tree Collapse file tree 5 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
2+
13# Byte-compiled / optimized / DLL files
24__pycache__ /
35* .py [cod ]
Original file line number Diff line number Diff line change 1+ #© M.W. Mathis Lab | Hossein Mirzaei & M.W. Mathis
2+ # https://github.com/https://github.com/AdaptiveMotorControlLab/AROS
3+ # Licensed under Apache 2.0
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ [metadata]
2+ name = aros
3+ version = 0.0.1
4+ author = Hossein Mirzaei, Mackenzie Mathis
5+ 6+ description = AROS: Adversarially Robust Out-of-Distribution Detection through Stability
7+ long_description = file: README.md
8+ long_description_content_type = text/markdown
9+ license_files = LICENSE.md
10+ license_file_type = text/markdown
11+ url = https://github.com/AdaptiveMotorControlLab/AROS
12+ project_urls =
13+ Bug Tracker = https://github.com/AdaptiveMotorControlLab/AROS/issues
14+ classifiers =
15+ Development Status :: 4 - Beta
16+ Environment :: GPU :: NVIDIA CUDA
17+ Intended Audience :: Science/Research
18+ Operating System :: OS Independent
19+ Programming Language :: Python :: 3
20+ Topic :: Scientific/Engineering :: Artificial Intelligence
21+ License :: OSI Approved :: Apache Software License
22+
23+ [options]
24+ packages = find:
25+ include_package_data = True
26+ python_requires = >=3.10
27+ install_requires =
28+ geotorch
29+ torchdiffeq
30+ git+https://github.com/RobustBench/robustbench.git
31+
32+ [options.extras_require]
33+ dev =
34+ pylint
35+ toml
36+ yapf
37+ black
38+ pytest
39+
40+ [bdist_wheel]
41+ universal =0
You can’t perform that action at this time.
0 commit comments