-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove properties #16
Changes from all commits
959ef75
10a7e8c
331f7b8
b650c2d
34befcf
f3f2635
d905c14
d72f5fb
694711c
bbc3553
6631bac
9eab67b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
ocf_datapipes==3.2.* | ||
pvnet==2.6.* | ||
ocf_ml_metrics==0.0.* | ||
pvnet==3.0.* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. worth pinning a bit more? or maybe not. Perhaps fine like this, but in pvnet_app could be fully pinned There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeh I'd prefer to pin in pvnet_app. I think thats better? |
||
numpy | ||
pandas | ||
matplotlib | ||
|
@@ -9,20 +8,15 @@ ipykernel | |
h5netcdf | ||
torch>=2.0.0 | ||
lightning>=2.0.1 | ||
torchdata | ||
pytest | ||
pytest-cov | ||
typer | ||
sqlalchemy | ||
jedi | ||
fsspec[s3] | ||
tables | ||
tilemapbase | ||
testcontainers | ||
wandb | ||
tensorboard | ||
tqdm | ||
rich | ||
omegaconf | ||
hydra-core | ||
python-dotenv | ||
huggingface-hub==0.20.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats the difference between these two, could you add a comment