Skip to content

Commit

Permalink
[Upgrade] Specify the numpy version less than 1.24. (#361)
Browse files Browse the repository at this point in the history
* downgrade numpy version to 1.23.1

* specify numpy version to <=1.23.1

* specify numpy version as <1.24

* fix lint
  • Loading branch information
ttxskk authored Jul 3, 2023
1 parent 2774577 commit 46dc586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/gta_human/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Please refer to [getting_started.md](../../docs/getting_started.md) for training

## Visualization

We prepared a script with a sample sequence that should help you with the SMPL overlay.
We prepared a script with a sample sequence that should help you with the SMPL overlay.
You may download it from [here](https://drive.google.com/file/d/11osPM67KiQN6NbdJo3plcgNoPNxfJ_j7/view?usp=share_link).

## Notes
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ easydev
einops
h5py
matplotlib
numpy
numpy<1.24
opencv-python
pandas<2.0.0
pickle5
Expand Down

0 comments on commit 46dc586

Please sign in to comment.