Skip to content

Commit

Permalink
Updated requirements to SEAMM 0.9 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Apr 15, 2020
1 parent f41639b commit 7228551
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies:
# Pip-only installs
- pip:
- Pmw
- seamm>=0.6
- seamm-util>=0.6
- seamm-widgets>=0.6
- seamm>=0.9
- seamm-util>=0.9
- seamm-widgets>=0.9

# Testing
- codecov
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
bitmath==1.3.3.1
certifi==2019.11.28
ConfigArgParse==1.0
numpy==1.18.1
pandas==0.25.3
certifi==2020.4.5.1
ConfigArgParse==1.1
numpy==1.18.2
pandas==1.0.3
patsy==0.5.1
pbr==5.4.4
pbr==5.4.5
Pillow==7.0.0
Pint==0.10.1
Pint==0.11
Pmw==2.0.1
python-dateutil==2.8.1
pytz==2019.3
pyuca==1.2
scipy==1.4.1
seamm==0.7.1
seamm-util==0.7.0
seamm-widgets==0.7.0
seamm==0.9
seamm-util==0.9
seamm-widgets==0.9
six==1.14.0
statsmodels==0.11.0
stevedore==1.31.0
statsmodels==0.11.1
stevedore==1.32.0
6 changes: 3 additions & 3 deletions requirements_install.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
seamm_util>=0.6
seamm>=0.6
seamm_widgets>=0.6
seamm_util>=0.9
seamm>=0.9
seamm_widgets>=0.9
Pmw

0 comments on commit 7228551

Please sign in to comment.