Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit d4424b3

Browse files
authored
Update package scripts, required scipy version (#226)
* Update package scrips, scipy version * Roll back scipy version * Add scipy requirement to prevent FID errors
1 parent 39bdf05 commit d4424b3

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include *.md
22
include *.cc
33
include LICENSE
4+
include WEIHTS_LICENSE
45
include pyproject.toml
56
include setup.py

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ install_requires =
6464
lpips>=0.1.4
6565
pillow>=9.4.0
6666
pytorchvideo>=0.1.5
67+
scipy<=1.11.1
6768
torch>=2.0.1
6869
torch-fidelity>=0.3.0
6970
torchmetrics>=1.1.0

0 commit comments

Comments
 (0)