Skip to content

Commit

Permalink
Bump numpy from 1.16.0 to 1.22.0 in /templates/apex-0.1
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.16.0...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2022
1 parent 34f9f61 commit da08e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/apex-0.1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
algorithmia>=1.0.0,<2.0
six
numpy==1.16.0 # if you need a different version, please change this value - bear in mind however that it may take longer to compile.
numpy==1.22.0 # if you need a different version, please change this value - bear in mind however that it may take longer to compile.
torchvision==0.5.0 # if you need a different version, please change this value - bear in mind however that it may take longer to compile.
torch>=1.3.0,<1.4.0 # if you need a different version, please change this value - bear in mind however that it may take longer to compile.

0 comments on commit da08e89

Please sign in to comment.