Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/rel-v7r0' into newv7r1
Browse files Browse the repository at this point in the history
* upstream/rel-v7r0:
  Remove outdated comment
  Fix installation of m2crypto in the CI's conda environment
  • Loading branch information
fstagni committed Jul 17, 2020
2 parents d415e04 + 43f1e6b commit 7439b38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: dirac-development

channels:
- diracgrid
- conda-forge
- defaults

dependencies:
# runtime
Expand All @@ -15,9 +17,9 @@ dependencies:
- fts-rest
- future
- gitpython >=2.1.0
#- m2crypto >=0.36 # 0.36 does not have a conda package yet, so go with pip in the meantime
- m2crypto >=0.36
- matplotlib >=2.1.0,<3.0
- mysql-connector-c # Included as it's a dependency of MySQL-python which is installed with pip
- mysql-python
- numpy >=1.10.1,<1.16 # Limit to 1.15 as Python 2 pylint has bugs with numpy 1.16
- pexpect >=4.0.1
- pillow
Expand Down Expand Up @@ -61,6 +63,3 @@ dependencies:
- simplejson >=3.8.1
- tornado >=5.0.0,<6.0.0
- typing >=3.6.6
- pip:
- MySQL-python
- M2Crypto>=0.36

0 comments on commit 7439b38

Please sign in to comment.