Skip to content

Commit

Permalink
Get rid of python-version specific conda dev environments
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Jun 20, 2022
1 parent b8d5d82 commit c1bef0a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python:
path: .

conda:
environment: "conda-envs/environment-dev-py38.yml"
environment: "conda-envs/environment-dev.yml"

build:
os: "ubuntu-20.04"
Expand Down
39 changes: 0 additions & 39 deletions conda-envs/environment-dev-py38.yml

This file was deleted.

39 changes: 0 additions & 39 deletions conda-envs/environment-dev-py39.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# "dev" conda envs are to be used by devs in setting their local environments
name: pymc-dev-py37
name: pymc-dev
channels:
- conda-forge
- defaults
Expand All @@ -25,7 +25,6 @@ dependencies:
- pytest-cov>=2.5
- pytest>=3.0
- python-graphviz
- python=3.7
- scipy>=1.4.1
- sphinx-copybutton
- sphinx-notfound-page
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pymc-dev-py38
name: pymc-dev
channels:
- conda-forge
- defaults
Expand All @@ -16,7 +16,6 @@ dependencies:
- numpy>=1.15.0
- pandas>=0.24.0
- pip
- python=3.8
- python-graphviz
- scipy>=1.4.1
- typing-extensions>=3.7.4
Expand Down

0 comments on commit c1bef0a

Please sign in to comment.