Skip to content

Commit

Permalink
fix security issue with torch
Browse files Browse the repository at this point in the history
  • Loading branch information
edadaltocg committed May 1, 2023
1 parent abc53a1 commit 1af4f96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Docs are largely autogenerated by [sphinx](https://www.sphinx-doc.org/en/master/
To build the documentation locally, run:

```bash
make docs_build
make doc
```

---
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Under development. Please report any issues or bugs [here](https://github.com/ed
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/edadaltocg/detectors/graphs/commit-activity)
[![build](https://github.com/edadaltocg/detectors/actions/workflows/build.yml/badge.svg)](https://github.com/edadaltocg/detectors/actions/workflows/build.yml)
[![Documentation Status](https://readthedocs.org/projects/detectors/badge/?version=latest)](http://detectors.readthedocs.io/?badge=latest)
![AUR license](https://img.shields.io/aur/license/detectors)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7883080.svg)](https://doi.org/10.5281/zenodo.7883080)

## What is it?
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ docutils==0.18.1
exceptiongroup==1.1.1
execnet==1.9.0
faiss-cpu==1.7.3
faiss-gpu==1.7.2
filelock==3.11.0
flake8==6.0.0
fonttools==4.39.3
Expand Down Expand Up @@ -133,7 +132,7 @@ threadpoolctl==3.1.0
tifffile==2023.4.12
timm==0.8.19.dev0
tomli==2.0.1
torch==1.12.1
torch>=1.13.1
torchvision==0.13.1
tqdm==4.65.0
triton==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scikit-learn",
"scikit-image",
"timm==0.8.19.dev0",
"torch>=1.7",
"torch>=1.13.1",
"torchvision",
"tqdm",
"scipy",
Expand Down

0 comments on commit 1af4f96

Please sign in to comment.