-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin pandas<2.1 and add cron trigger to CI (#92)
* Update CI.yaml * Update pyproject.toml * Update test_env.yaml * pin pandas<2.1 in requirements.txt * update docs * add python to build tools * fix readthedocs? * try building RTD with mambaforge following https://docs.readthedocs.io/en/stable/config-file/v2.html#conda * Update requirements.yaml --------- Co-authored-by: Oliver Beckstein <[email protected]> Co-authored-by: orioncohen <[email protected]>
- Loading branch information
1 parent
055cbd9
commit 514472c
Showing
6 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ dependencies: | |
- nglview | ||
- nbsphinx | ||
- ipython | ||
- plotly | ||
|
||
|
||
# Pip-only installs | ||
|
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 @@ | ||
setuptools | ||
numpy>=1.20.0 | ||
pandas | ||
pandas<2.1 | ||
mdanalysis>=2.0.0 | ||
pytest | ||
pathlib | ||
matplotlib | ||
scipy | ||
statsmodels | ||
plotly | ||
rdkit | ||
rdkit |