Skip to content

Commit

Permalink
Bugfix: DB Refresh
Browse files Browse the repository at this point in the history
- Update: Python requirements files: Fixed PyCG==0.0.6. For some reason, the latest version, 0.0.7, which is required by one of our dependenciees, started failing to install suddenly yesterday: #627
  • Loading branch information
joeflack4 committed Nov 22, 2023
1 parent a4ce251 commit 080f22c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/bugfix-temp.yml

This file was deleted.

3 changes: 3 additions & 0 deletions requirements-unlocked.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ uvicorn[standard]
psycopg2-binary
networkx

# Fixes bug: https://github.com/jhu-bids/TermHub/issues/627
PyCG==0.0.6

# dev dependencies
virtualenvwrapper

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ py==1.11.0
pyarrow==9.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
PyCG==0.0.7
PyCG==0.0.6
pycparser==2.21
pydantic==1.10.8
Pygments==2.14.0
Expand Down

0 comments on commit 080f22c

Please sign in to comment.