-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jupyter-singleuser): hold down setuptools version so it stops bre…
…aking and deploy the next image to the testing slot (#3650)
- Loading branch information
Showing
5 changed files
with
20 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[tool.poetry] | ||
name = "jupyter-singleuser" | ||
version = "2025.1.13" | ||
version = "2025.1.15" | ||
description = "" | ||
package-mode = false | ||
authors = ["Soren Spicknall <[email protected]>"] | ||
authors = ["Vevetron"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "~3.11" | ||
|
@@ -20,7 +20,6 @@ plotnine = ">=0.8.0" | |
plotly = "5.5.0" | ||
folium = ">=0.12.1.post1" | ||
branca = "0.4.2" | ||
altair-saver = ">=0.5.0" | ||
vega = "3.5.0" | ||
pygeos = "0.14.0" | ||
Rtree = "0.9.7" | ||
|
@@ -49,6 +48,7 @@ pendulum = "^2.1.2" | |
calitp-data-analysis = "2024.12.6" | ||
calitp-map-utils = "2024.5.23" | ||
jupyter-server-proxy = "^4.1.1" | ||
setuptools = "68.2.2" # For some reason, poetry/pip installs setuptools 75 then it starts to break. Probably be a conda backports related issue. Update later and test | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^7.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters