-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
streamlit: init at 0.49.0 #70909
streamlit: init at 0.49.0 #70909
Conversation
@GrahamcOfBorg eval |
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 would get rid of streamlit.cmd as it's largely useless
[nix-shell:/home/jon/.cache/nix-review/pr-70909]$ cat ./results/streamlit/bin/streamlit.cmd
@echo OFF
python -m streamlit %*
postInstall = ''
rm $out/bin/streamlit.cmd # remove windows helper
'';
@jonringer totally makes sense. Updated the PR. |
@jonringer Anything else worth updating? |
@jonringer I updated the PR. Can you take a look? I think I've addressed your concerns. |
@jonringer anything else worth updating before merging? |
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.
nix-review
passes on NixOS
diff LGTM
executable seems to work
[3 built, 50 copied (71.2 MiB), 8.5 MiB DL]
https://github.com/NixOS/nixpkgs/pull/70909
1 package were build:
streamlit
would like some tests, but they look more integration oriented, and probably not suitable for a sandbox env
pkgs/applications/science/machine-learning/streamlit/default.nix
Outdated
Show resolved
Hide resolved
pkgs/applications/science/machine-learning/streamlit/default.nix
Outdated
Show resolved
Hide resolved
pkgs/applications/science/machine-learning/streamlit/default.nix
Outdated
Show resolved
Hide resolved
@jonringer apologies for the delay, I've applied your suggestions and also bumped up the version to 0.49.0 |
pkgs/applications/science/machine-learning/streamlit/default.nix
Outdated
Show resolved
Hide resolved
@jonringer I updated the PR as per your latest suggestion. |
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.
nix-review
passes on NixOS
diff LGTM
executable seems to work
[3 built, 6 copied (6.8 MiB), 0.5 MiB DL]
https://github.com/NixOS/nixpkgs/pull/70909
1 package were build:
streamlit
thank you for dealing with all the comments! :)
Motivation for this change
Not present in Nixpkgs.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @