We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1d7b3 commit a24dfaaCopy full SHA for a24dfaa
environment.yml
@@ -4,7 +4,7 @@ channels:
4
- conda-forge
5
dependencies:
6
- python=3.8
7
- - numpy>=1.19.4
+ - numpy>=1.19.2
8
- pip>=20.3.3
9
- scipy>=1.5.2
10
- setuptools>=51.3.3
@@ -14,8 +14,8 @@ dependencies:
14
- nb_conda_kernels
15
- nb_anacondacloud
16
- pip:
17
- - astropy>=4.2.1
18
- - matplotlib>=3.4.2
+ - astropy>=4.1.0
+ - matplotlib>=3.3.4
19
- nose>=1.3.7
20
- parameterized>=0.8.1
21
- pytest>=6.2.4
setup.py
@@ -21,9 +21,9 @@
},
22
install_requires=[
23
"setuptools_scm",
24
- "numpy>=1.19.4",
25
- "matplotlib>=3.4.2",
26
- "astropy>=4.2.1",
+ "numpy>=1.19.2",
+ "matplotlib>=3.3.4",
+ "astropy>=4.1",
27
"vplanet>=2.0.0",
28
],
29
entry_points={
0 commit comments