Skip to content

Commit

Permalink
bumping reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Jun 22, 2022
1 parent 33e3f23 commit 5236786
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions compile_reqs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -v ${PWD}:/app caveconnectome/materializationengine:vLiveQuery9 /bin/bash -c "pip install pip-tools && pip-compile -v -r requirements.in"
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ pyarrow==3.0.0
flask_cors
numpy>=1.20
dynamicannotationdb>=4.0.3
emannotationschemas>=4.2.0
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile
# pip-compile requirements.in
#
aiohttp==3.8.1
# via gcsfs
Expand Down Expand Up @@ -118,8 +118,10 @@ dracopy==1.0.1
# via cloud-volume
dynamicannotationdb==4.0.3
# via -r requirements.in
emannotationschemas==4.1.1
# via dynamicannotationdb
emannotationschemas==4.2.0
# via
# -r requirements.in
# dynamicannotationdb
fastremap==1.12.2
# via cloud-volume
flask==2.0.2
Expand Down Expand Up @@ -512,9 +514,9 @@ zipp==3.7.0
# via
# importlib-metadata
# importlib-resources
zope.event==4.5.0
zope-event==4.5.0
# via gevent
zope.interface==5.4.0
zope-interface==5.4.0
# via gevent
zstandard==0.17.0
# via cloud-files
Expand Down

0 comments on commit 5236786

Please sign in to comment.