-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create pr.yaml for running tests on PR * update requirements to see how pip does * remove nb_conda_kernels from requirements * add scipy
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
ipympl | ||
ipywidgets<8 | ||
ipywidgets | ||
jupyter_contrib_nbextensions | ||
nb_conda_kernels | ||
notebook<6.5 | ||
notebook | ||
# 9/27/23. See https://github.com/microsoft/azuredatastudio/issues/24436#issuecomment-1723328100 | ||
traitlets<5.10 | ||
geopandas | ||
geopy | ||
numba | ||
openpyxl | ||
# 9/27/23: Pin to <2 to avoid new warning occurring in several cases | ||
pandas<2 | ||
pandas | ||
PyYAML | ||
shapely<2 | ||
scipy | ||
shapely | ||
xarray |