From 17585365d1a4aaf1b0a4628021da0e7340169e0e Mon Sep 17 00:00:00 2001 From: Ethan Lew Date: Sun, 10 Mar 2024 22:18:54 -0700 Subject: [PATCH] tmp: play with the versions --- environment.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/environment.yml b/environment.yml index b38262d..9c8d82b 100644 --- a/environment.yml +++ b/environment.yml @@ -4,13 +4,14 @@ channels: - defaults dependencies: - pysindy=1.3.0 + - pip=24.0 + - matplotlib>=3.3.4 + - sympy>=1.9 + - pandas>=1.1.5 + - pydata-sphinx-theme==0.7.2 + - conda-forge::scikit-learn - pip: - - matplotlib>=3.3.4 - - sympy>=1.9 - - pandas>=1.1.5 - - pydata-sphinx-theme==0.7.2 - - sphinx_mdinclude==0.5.1 - - gpy==1.10.0 - - gpyopt==1.2.6 - - torch==2.2.1 - - scikit-learn==1.4.1.post1 \ No newline at end of file + - gpy + - gpyopt + - torch + - sphinx_mdinclude==0.5.1 \ No newline at end of file