Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into jas_datasettypes/jas_assayclassifier
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanSimmons committed Aug 7, 2024
2 parents 7c12bc7 + a46e9f1 commit 59c3765
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ubkg-api==2.1.5
Flask==2.1.3
Flask==3.0.3
# Flask depends on Werkzeug...
Werkzeug==3.0.3

#git+https://github.com/x-atlas-consortia/ubkg-api.git@dev-integrate
ubkg-api==2.1.6

neo4j==5.15.0

# for analysis of tabular data
pandas==1.5.0
numpy==1.23.5

# Flask 2.1.3 installs the latest Werkzeug==3.0.0 (released on 9/30/2023) and causing import issues
# Use a pinned version 2.3.7 (the latest release before 3.0.0) to mitigate temporaryly
# Will upgrade Flask to newer version later on across all APIs. 10/3/2023 - Zhou
Werkzeug==2.3.7

# Cells API client
# hubmap-api-py-client==0.0.9

Expand Down

0 comments on commit 59c3765

Please sign in to comment.