From 8c2fd616cdaf51ca280ff0dd77cf0a2dbf922e82 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Tue, 3 Oct 2023 16:07:04 -0400 Subject: [PATCH] update deps in environment files --- environment_python_3.10.yml | 50 ++++++++++++------------ environment_python_3.9.yml | 46 +++++++++++----------- requirements.txt | 78 ++++++++++++++++++------------------- 3 files changed, 87 insertions(+), 87 deletions(-) diff --git a/environment_python_3.10.yml b/environment_python_3.10.yml index f61973680..7856cf201 100644 --- a/environment_python_3.10.yml +++ b/environment_python_3.10.yml @@ -22,49 +22,49 @@ channels: - defaults dependencies: - - astropy=5.3.2 + - astropy=5.3.3 - beautifulsoup4=4.12.2 - bokeh=2.4.3 - - celery=5.3.1 - - cryptography=41.0.3 - - django=4.2.3 + - celery=5.3.4 + - cryptography=41.0.4 + - django=4.2.5 - inflection=0.5.1 - - ipython=8.14.0 + - ipython=8.16.1 - jinja2=3.1.2 - - jsonschema=4.19.0 - - matplotlib=3.7.2 - - nodejs=20.5.1 + - jsonschema=4.19.1 + - matplotlib=3.8.0 + - nodejs>=18.15.0 - numpy=1.25.2 - numpydoc=1.5.0 - - pandas=2.0.3 + - pandas=2.1.1 - pip=23.2.1 - - postgresql=15.4 - - psycopg2=2.9.6 - - pytest=7.4.0 + - postgresql>=15.2 + - psycopg2>=2.9.3 + - pytest=7.4.2 - pytest-cov=4.1.0 - pytest-mock=3.11.1 - - python=3.10.12 - - pyyaml=6.0 - - redis - - ruff=0.0.285 + - python=3.10.13 + - pyyaml=6.0.1 + - redis=5.0.1 + - ruff=0.0.292 - scipy=1.9.3 - - setuptools=68.0.0 - - sphinx=6.2.1 - - sphinx_rtd_theme=1.2.2 - - sqlalchemy=2.0.20 + - setuptools=68.2.2 + - sphinx=7.2.6 + - sphinx_rtd_theme=1.3.0 + - sqlalchemy=2.0.21 - twine=4.0.2 - wtforms=3.0.1 - pip: - astroquery==0.4.6 - bandit==1.7.5 - - jwst==1.11.4 + - jwst==1.12.2 - pysiaf==0.20.0 - - pysqlite3==0.5.1 + - pysqlite3==0.5.2 - pyvo==1.4.2 - - redis==5.0.0 - - selenium==4.11.2 - - stdatamodels==1.7.2 + - redis==5.0.1 + - selenium==4.13.0 + - stdatamodels==1.8.3 - stsci_rtd_theme==1.0.0 - vine==5.0.0 - git+https://github.com/spacetelescope/jwst_reffiles diff --git a/environment_python_3.9.yml b/environment_python_3.9.yml index d3724b1d8..554355df3 100644 --- a/environment_python_3.9.yml +++ b/environment_python_3.9.yml @@ -22,49 +22,49 @@ channels: - defaults dependencies: - - astropy=5.3.2 + - astropy=5.3.3 - beautifulsoup4=4.12.2 - bokeh=2.4.3 - - celery=5.3.1 - - cryptography=41.0.3 - - django=4.2.3 + - celery=5.3.4 + - cryptography=41.0.4 + - django=4.2.5 - inflection=0.5.1 - - ipython=8.14.0 + - ipython=8.16.1 - jinja2=3.1.2 - - jsonschema=4.19.0 - - matplotlib=3.7.2 - - nodejs=20.5.1 + - jsonschema=4.19.1 + - matplotlib=3.8.0 + - nodejs=20.8.0 - numpy=1.25.2 - numpydoc=1.5.0 - - pandas=2.0.3 + - pandas=2.1.1 - pip=23.2.1 - postgresql=15.4 - - psycopg2=2.9.6 - - pytest=7.4.0 + - psycopg2=2.9.7 + - pytest=7.4.2 - pytest-cov=4.1.0 - pytest-mock=3.11.1 - python=3.9.17 - - pyyaml=6.0 - - redis - - ruff=0.0.285 + - pyyaml=6.0.1 + - redis=5.0.1 + - ruff=0.0.292 - scipy=1.9.3 - - setuptools=68.0.0 - - sphinx=6.2.1 - - sphinx_rtd_theme=1.2.2 - - sqlalchemy=2.0.20 + - setuptools=68.2.2 + - sphinx=7.2.6 + - sphinx_rtd_theme=1.3.0 + - sqlalchemy=2.0.21 - twine=4.0.2 - wtforms=3.0.1 - pip: - astroquery==0.4.6 - bandit==1.7.5 - - jwst==1.11.4 + - jwst==1.12.2 - pysiaf==0.20.0 - - pysqlite3==0.5.1 + - pysqlite3==0.5.2 - pyvo==1.4.2 - - redis==5.0.0 - - selenium==4.11.2 - - stdatamodels==1.7.2 + - redis==5.0.1 + - selenium==4.13.0 + - stdatamodels==1.8.3 - stsci_rtd_theme==1.0.0 - vine==5.0.0 - git+https://github.com/spacetelescope/jwst_reffiles diff --git a/requirements.txt b/requirements.txt index 4270e9d45..6b8d88d41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,40 +1,40 @@ -astropy==5.3.2 -astroquery==0.4.6 -bandit==1.7.5 -beautifulsoup4==4.12.2 -bokeh==2.4.3 -celery==5.3.1 -cryptography==41.0.4 -django==4.2.3 -inflection==0.5.1 -ipython==8.14.0 -jinja2==3.1.2 -jsonschema==4.19.0 -jwst==1.11.4 -matplotlib==3.7.2 -nodejs==20.5.1 -numpy==1.25.2 -numpydoc==1.5.0 -pandas==2.0.3 -psycopg2-binary==2.9.7 -pysiaf==0.20.0 -pysqlite3==0.5.1 -pytest==7.4.0 -pytest-cov==4.1.0 -pytest-mock==3.11.1 -pyvo==1.4.2 -pyyaml==6.0 -redis==5.0.0 -ruff==0.0.285 -scipy==1.10.0 -selenium==4.11.2 -setuptools==68.0.0 -sphinx==6.2.1 -sphinx_rtd_theme==1.2.2 -sqlalchemy==2.0.20 -stdatamodels==1.7.2 -stsci_rtd_theme==1.0.0 -twine==4.0.2 -vine==5.0.0 -wtforms==3.0.1 +astropy +astroquery +bandit +beautifulsoup4 +bokeh +celery +cryptography +django +inflection +ipython +jinja2 +jsonschema +jwst +matplotlib +nodejs +numpy +numpydoc +pandas +psycopg2-binary +pysiaf +pysqlite3 +pytest +pytest-cov +pytest-mock +pyvo +pyyaml +redis +ruff +scipy +selenium +setuptools +sphinx +sphinx_rtd_theme +sqlalchemy +stdatamodels +stsci_rtd_theme +twine +vine +wtforms git+https://github.com/spacetelescope/jwst_reffiles#egg=jwst_reffiles