Skip to content

Commit

Permalink
Fix dependencies to be Python 3.6 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
phausamann committed Jun 5, 2021
1 parent 72be33a commit 6cff52a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions ci/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
numpy==1.20.*
scipy==1.6.*
pandas==1.2.*
xarray==0.18.*
numpy-quaternion==2021.4.5.14.42.35
numpy==1.19.*
scipy==1.5.*
pandas==1.1.*
xarray==0.16.*
numpy-quaternion>=2020.9.5.14.42.2
numba==0.53.*
anytree==2.8.*
pooch==1.3.*
matplotlib==3.4.*
matplotlib==3.3.*

sphinx==4.0.*
sphinx_rtd_theme==0.5.*
Expand Down
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ channels:
dependencies:
- python=3.8
- pip=21.1
- numpy=1.20
- scipy=1.6
- pandas=1.2
- xarray=0.18
- numpy=1.19
- scipy=1.5
- pandas=1.1
- xarray=0.16
- netcdf4=1.5
- quaternion>=2020.9.5.14.42.2
- numba=0.53
Expand All @@ -22,7 +22,7 @@ dependencies:
- nbsphinx=0.8
- numpydoc=1.1
# - sphinx-autosummary-accessors=0.2.0
- matplotlib=3.4
- matplotlib=3.3
- jinja2=2
# ROS dependencies
- ros-noetic-rospy
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy==1.20.*
scipy==1.6.*
pandas==1.2.*
xarray==0.18.*
numpy-quaternion==2021.4.5.14.42.35
numpy==1.19.*
scipy==1.5.*
pandas==1.1.*
xarray==0.16.*
numpy-quaternion>=2020.9.5.14.42.2
numba==0.53.*
anytree==2.8.*
pooch==1.3.*
matplotlib==3.4.*
matplotlib==3.3.*
pytest==6.2.*

0 comments on commit 6cff52a

Please sign in to comment.