Skip to content

Commit

Permalink
Merge pull request #270 from MetaCell/develop
Browse files Browse the repository at this point in the history
Hotfix 1.5.1
  • Loading branch information
filippomc authored Oct 4, 2024
2 parents aa7dcc8 + 8e1f4d0 commit 4a142d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/portal/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gdown>=4.6.0
pandas==1.4.4
pandas==2.2.3
django-import-export==3.0.1
django-prometheus==2.3.1
django-simple-history==3.7.0
Expand Down
3 changes: 2 additions & 1 deletion applications/portal/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
REQUIRES = [
"django-import-export>=3.0.1",
"sentry-sdk[django]",
"django-simple-history"
"django-simple-history",
"pandas"
]

setup(
Expand Down

0 comments on commit 4a142d1

Please sign in to comment.