Skip to content

feat: adding waves and cams models running on foundry options #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jun 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating packaging env
  • Loading branch information
megstanley committed Jun 19, 2025
commit 6a85d0caea31a8cca5e3c45111ac5cb90c48c458
18 changes: 9 additions & 9 deletions package_mlflow.py
Original file line number Diff line number Diff line change
@@ -40,20 +40,20 @@
{
"pip": [
"mlflow==2.19.0",
"cloudpickle==3.1.0",
"cloudpickle==3.1.1",
"defusedxml==0.7.1",
"einops==0.8.0",
"einops==0.8.1",
"jaraco-collections==5.1.0",
"numpy==2.2.1",
"scipy==1.15.1",
"timm==0.6.13",
"numpy==2.3.0",
"scipy==1.15.3",
"timm==1.0.15",
"torch==2.5.1",
"torchvision==0.20.1",
"huggingface-hub==0.27.1",
"pydantic==2.10.5",
"xarray==2025.1.1",
"huggingface-hub==0.33.0",
"pydantic==2.11.7",
"xarray==2025.6.1",
"netCDF4==1.7.2",
"azure-storage-blob==12.24.0",
"azure-storage-blob==12.25.1",
],
},
],