Skip to content

Commit 9176e99

Browse files
committed
Added stable dependencies
1 parent 07f0258 commit 9176e99

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

environment.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: wavediff-env
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- keras=2.9.0=pyhd8ed1ab_0
6+
- scipy=1.11.4=py310h2b794db_0
7+
- tensorflow=2.9.1=cpu_py310h6ecea76_0
8+
- pip=23.3.1
9+
- pip:
10+
- astropy>=6.0.0
11+
- galsim>=2.5.1
12+
- matplotlib>=3.8.2
13+
- opencv-python>=4.8.1.78
14+
- pandas>=2.1.4
15+
- pillow>=10.1.0
16+
- seaborn>=0.13.0
17+
- tensorflow-addons>=0.23.0
18+
- tensorflow-estimator>=2.15.0
19+
- zernike>=0.0.32

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ maintainers = [
1111

1212
description = 'A software framework to perform Differentiable wavefront-based PSF modelling.'
1313
dependencies = [
14-
"numpy>=1.19.2",
15-
"scipy>=1.11.2",
14+
"numpy",
15+
"scipy",
1616
"keras==2.9.0",
17-
"tensorflow>=2.9.1",
18-
"tensorflow-addons>=0.12.1",
19-
"tensorflow-estimator>=2.9.0",
20-
"zernike==0.0.31",
21-
"opencv-python>=4.5.1.48",
22-
"pillow>=9.5.0",
23-
"galsim>=2.4.11",
24-
"astropy>=5.3.3",
25-
"matplotlib>=3.3.2",
26-
"seaborn>=0.12.2",
17+
"tensorflow==2.9.1",
18+
"tensorflow-addons>=0.23.0",
19+
"tensorflow-estimator",
20+
"zernike",
21+
"opencv-python",
22+
"pillow",
23+
"galsim",
24+
"astropy",
25+
"matplotlib",
26+
"seaborn",
2727
]
2828

2929
version = "2.0.0"

0 commit comments

Comments
 (0)