Skip to content

Commit a24dfaa

Browse files
committed
downgrade some deps for py36 compat
1 parent 1b1d7b3 commit a24dfaa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.8
7-
- numpy>=1.19.4
7+
- numpy>=1.19.2
88
- pip>=20.3.3
99
- scipy>=1.5.2
1010
- setuptools>=51.3.3
@@ -14,8 +14,8 @@ dependencies:
1414
- nb_conda_kernels
1515
- nb_anacondacloud
1616
- pip:
17-
- astropy>=4.2.1
18-
- matplotlib>=3.4.2
17+
- astropy>=4.1.0
18+
- matplotlib>=3.3.4
1919
- nose>=1.3.7
2020
- parameterized>=0.8.1
2121
- pytest>=6.2.4

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
install_requires=[
2323
"setuptools_scm",
24-
"numpy>=1.19.4",
25-
"matplotlib>=3.4.2",
26-
"astropy>=4.2.1",
24+
"numpy>=1.19.2",
25+
"matplotlib>=3.3.4",
26+
"astropy>=4.1",
2727
"vplanet>=2.0.0",
2828
],
2929
entry_points={

0 commit comments

Comments
 (0)