-
Notifications
You must be signed in to change notification settings - Fork 137
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
[Question]: How to install latest python packages ? #545
Comments
@alienzj your repository link is broken |
@alienzj were you able to find a solution? I see you have two repositories, one of them is fork of this repo and another seems to be the reproduction you were referring to earlier, with a slightly different url https://github.com/alienzj/.jupyenvrc If I run your repro I first get a wrong input since it is pointed at a local folder
Current main branch of this repo looks like this:
|
ok I figured it out https://github.com/anpin/jupyenv/tree/dev jupyterlab should be under diff --git a/pyproject.toml b/pyproject.toml
index 2dbd78ac..1980b4ea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,10 +6,10 @@ authors = []
[tool.poetry.dependencies]
python = "^3.12"
-jupyterlab = "4.3.1"
[tool.poetry.dev-dependencies]
testbook = "*"
+jupyterlab = "4.3.1"
[build-system]
requires = ["poetry-core"] |
Current Behavior
For example,
nix
will help to install packagepandas v1.5.2
.Expected Behavior
I want to install
pandas v2.2.2
.Steps To Reproduce
git clone https://github.com/alienzj/jupyenvrc cd jupyenvrc nix run
OS
Version
https://github.com/tweag/jupyenv/blob/main/template/flake.nix
Additional Context
After checking https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=pandas,
the latest version of pandas is
v2.2.2
.Relevant log output
No response
The text was updated successfully, but these errors were encountered: