-
Notifications
You must be signed in to change notification settings - Fork 5
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
jgrss/dependencies #71
Conversation
@@ -47,14 +49,14 @@ install_requires = | |||
future>=0.17.1 | |||
tensorboard>=2.2.0 | |||
PyYAML>=5.1 | |||
pytorch_lightning>=1.7.6 | |||
pytorch_lightning>=1.7.6,<=1.9.5 |
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.
pytorch-lightning==2.0.0
breaks some things in cultionet
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.
I saw pytorch-lightning==2.0.0 released in early March 👍
tsaug@git+/~https://github.com/jgrss/tsaug.git | ||
geosample@git+/~https://github.com/jgrss/geosample.git | ||
geosample@git+/~https://github.com/jgrss/geosample.git@v1.0.1 |
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.
Same as previous installation -- there wasn't a release previously available.
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.
oh nice! Now we have geosample release
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.
Thanks for updating the geowombat version 👍
This PR pins the upper version of
pytorch-lightning
and upgradesgeowombat
.