Skip to content

Commit

Permalink
Include missing deps in venv (#130)
Browse files Browse the repository at this point in the history
* Include toml in venv

Should fix pool build, which is currently failing

* Bump NEWS

* Re-add pool creation libs to requirements.txt

Accidentally removed them in #106
  • Loading branch information
zsusswein authored Dec 18, 2024
1 parent 0feb10b commit 3ae30d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CFAEpiNow2Pipeline (development version)

* Read parameters on the same day correctly
* Re-add missing dependency in python venv
* Added function families to documentation
* Renamed file containing diagnostic functions
* Change formatting of metadata values to be atomic.
Expand Down
7 changes: 7 additions & 0 deletions azure/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ azure-batch==14.2.0
azure-common==1.1.28
azure-core==1.32.0
azure-identity==1.19.0
azure-keyvault==4.2.0
azure-keyvault-certificates==4.9.0
azure-keyvault-keys==4.10.0
azure-keyvault-secrets==4.9.0
azure-mgmt-batch==18.0.0
azure-mgmt-core==1.5.0
azure-storage-blob==12.24.0
certifi==2024.8.30
cffi==1.17.1
Expand All @@ -22,5 +28,6 @@ python-dateutil==2.9.0.post0
requests==2.32.3
requests-oauthlib==2.0.0
six==1.17.0
toml==0.10.2
typing_extensions==4.12.2
urllib3==2.2.3

0 comments on commit 3ae30d0

Please sign in to comment.