-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add versions to dependencies, fix other versions
Versions are set to compatibility releases with the ~=. This means versions in the digit not specific are allowed to float, but the last digit given remains fixed.
- Loading branch information
Showing
5 changed files
with
29 additions
and
19 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
jupyter-book | ||
jupyter-cache | ||
pydata-sphinx-theme | ||
sphinxcontrib.mermaid | ||
sphinxcontrib.youtube | ||
sphinx-simplepdf | ||
jupyter-book~=1.0 | ||
jupyter-cache~=1.0 | ||
pydata-sphinx-theme~=0.15 | ||
sphinxcontrib.mermaid~=0.9 | ||
sphinxcontrib.youtube~=1.4 | ||
sphinx-simplepdf~=1.6 | ||
|
||
# attribute tables | ||
# import altair as alt | ||
datapane | ||
pandas | ||
datapane~=0.17 | ||
pandas~=1.5 |
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,6 +1,7 @@ | ||
jsonschema | ||
jsonschema~=4.21 | ||
json-schema-for-humans | ||
matplotlib | ||
numpy | ||
matplotlib~=3.9 | ||
numpy~=1.26 | ||
pygraphviz | ||
pyyaml | ||
squarify |