Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
this should work with all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
loikein committed Jun 11, 2021
1 parent 66a123e commit 82bdd67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configurations/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- nbsphinx
- numpydoc
- sphinx_rtd_theme
- sphinxcontrib-bibtex<2.0.0
- sphinxcontrib-bibtex>=2.0.0

- pip:
- pytest-stress
Expand Down
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ dependencies:
- jupyterlab

- pre-commit
- pytest>=5.4.3
- pytest
- pytest-cov
- pytest-sugar
- pytest-black
- pytest-flake8
- black>=20.8b0
- black
- pdbpp
- hypothesis

Expand All @@ -39,11 +39,10 @@ dependencies:
- sphinx_rtd_theme
- sphinxcontrib-bibtex>=2.0.0


- r-base
- r-r.utils
- r-condmvnorm
- rpy2==2.9.4
- rpy2

- pip:
- pytest-stress
Expand Down

0 comments on commit 82bdd67

Please sign in to comment.