Skip to content

Commit

Permalink
Modify yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed Dec 31, 2023
1 parent cd83f4f commit bd42f6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RestApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,8 @@ def saveDSAFormat():


if __name__ == "__main__":
app.run(debug=True,threaded=True,host='0.0.0.0', port=5000)
app.run(debug=True,threaded=True,host='0.0.0.0', port=5000)




Expand Down
8 changes: 6 additions & 2 deletions histojs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- tifffile==2021.4.8
- tensorflow-gpu==2.4.1
- starDist==0.6.2
- flask==1.1.2
- flask>=2.2.2
- girder_client==3.1.4
- flask_cors==3.0.10
- Pillow==8.2.0
Expand All @@ -28,4 +28,8 @@ dependencies:
- csbdeep==0.6.1
- sklearn==0.0
- seaborn==0.11.1

- psutil==5.9.7
- umap-learn==0.5.2
- importlib-metadata==6.7.0


0 comments on commit bd42f6b

Please sign in to comment.