Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update requirements and README (#801)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #801

Reviewed By: QuentinDuval

Differential Revision: D44156956

Pulled By: mannatsingh

fbshipit-source-id: a32399a4dc8f798a4ef4696112b28660ed657c8b
  • Loading branch information
mannatsingh authored and facebook-github-bot committed Mar 20, 2023
1 parent 74e83dd commit aef8d97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 256 deletions.
253 changes: 0 additions & 253 deletions .circleci/config.yml

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
</a>
</p>

## Classy Vision is not longer actively maintained.

The latest stable version is 0.7.0 and is available on pip, and has been tested to work with Pytorch 2.0.

## What's New:

- March 2021: Added [RegNetZ models](https://arxiv.org/abs/2103.06877)
Expand Down
2 changes: 1 addition & 1 deletion classy_vision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

__version__ = "0.7.0.dev"
__version__ = "0.7.0"
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fvcore>=0.1.3
setuptools<58
torch>=1.6
torchvision>=0.7
wheel

0 comments on commit aef8d97

Please sign in to comment.