Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Jun 11, 2020
1 parent 730e298 commit 51d990f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,12 @@ jobs:
- CHANNEL="defaults"
- PYDIST="ANACONDA"
python: "3.6"
addons:
apt:
sources:
- sourceline: "ppa:ubuntu-toolchain-r/test"
packages:
- gfortran-9
- env:
- CHANNEL="conda-forge"
- PYDIST="ANACONDA"
python: "3.8"
addons:
apt:
sources:
- sourceline: "ppa:ubuntu-toolchain-r/test"
packages:
- gfortran-9
- name: "3.7 with bionic"
python: "3.7"
addons:
apt:
sources:
- sourceline: "ppa:ubuntu-toolchain-r/test"
packages:
- gfortran-9

install:
# Setup anaconda following http://conda.pydata.org/docs/travis.html
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
GetDist>=1.1.2
camb >=1.1.3
numpy
matplotlib>=2.2.0
scipy>=1.0.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def get_requirements():
platforms='any',
install_requires=[
'GetDist (>=1.1.2)',
'camb (>=1.1.3)',
'numpy',
'matplotlib (>=2.2.0)',
'scipy (>=1.0.0)',
Expand Down

0 comments on commit 51d990f

Please sign in to comment.