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

Commit aef8d97

Browse files
mannatsinghfacebook-github-bot
authored andcommitted
Update requirements and README (#801)
Summary: Pull Request resolved: #801 Reviewed By: QuentinDuval Differential Revision: D44156956 Pulled By: mannatsingh fbshipit-source-id: a32399a4dc8f798a4ef4696112b28660ed657c8b
1 parent 74e83dd commit aef8d97

File tree

4 files changed

+5
-256
lines changed

4 files changed

+5
-256
lines changed

.circleci/config.yml

-253
This file was deleted.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
</a>
1212
</p>
1313

14+
## Classy Vision is not longer actively maintained.
15+
16+
The latest stable version is 0.7.0 and is available on pip, and has been tested to work with Pytorch 2.0.
17+
1418
## What's New:
1519

1620
- March 2021: Added [RegNetZ models](https://arxiv.org/abs/2103.06877)

classy_vision/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# This source code is licensed under the MIT license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
__version__ = "0.7.0.dev"
7+
__version__ = "0.7.0"

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
fvcore>=0.1.3
2-
setuptools<58
32
torch>=1.6
43
torchvision>=0.7
5-
wheel

0 commit comments

Comments
 (0)