Skip to content

Commit b7da960

Browse files
committed
updated nupmy version and exported new conda env
1 parent f12b9aa commit b7da960

File tree

2 files changed

+56
-48
lines changed

2 files changed

+56
-48
lines changed

environment.yml

+55-47
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,59 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- _libgcc_mutex=0.1=main
7-
- _openmp_mutex=4.5=1_gnu
8-
- blas=1.0=mkl
9-
- ca-certificates=2021.10.26=h06a4308_2
10-
- certifi=2021.10.8=py39h06a4308_0
11-
- intel-openmp=2021.4.0=h06a4308_3561
12-
- ld_impl_linux-64=2.35.1=h7274673_9
13-
- libffi=3.3=he6710b0_2
14-
- libgcc-ng=9.3.0=h5101ec6_17
15-
- libgomp=9.3.0=h5101ec6_17
16-
- libstdcxx-ng=9.3.0=hd4cf53a_17
17-
- mkl=2021.4.0=h06a4308_640
18-
- mkl-service=2.4.0=py39h7f8727e_0
19-
- mkl_fft=1.3.1=py39hd3c417c_0
20-
- mkl_random=1.2.2=py39h51133e4_0
21-
- ncurses=6.3=h7f8727e_2
22-
- numpy=1.23.*
23-
- numpy-base=1.23.*
24-
- openssl=1.1.1l=h7f8727e_0
25-
- pip=22.3
26-
- python=3.9.7=h12debd9_1
27-
- readline=8.1=h27cfd23_0
28-
- setuptools=58.0.4=py39h06a4308_0
29-
- six=1.16.0=pyhd3eb1b0_0
30-
- sqlite=3.37.0=hc218d9a_0
31-
- tk=8.6.11=h1ccaba5_0
32-
- tzdata=2021e=hda174b7_0
33-
- wheel=0.37.0=pyhd3eb1b0_1
34-
- xz=5.2.5=h7b6447c_0
35-
- zlib=1.2.11=h7f8727e_4
36-
- scikit-learn
6+
- _libgcc_mutex=0.1=conda_forge
7+
- _openmp_mutex=4.5=2_gnu
8+
- bzip2=1.0.8=h4bc722e_7
9+
- ca-certificates=2024.12.14=hbcca054_0
10+
- ld_impl_linux-64=2.43=h712a8e2_2
11+
- libexpat=2.6.4=h5888daf_0
12+
- libffi=3.4.2=h7f98852_5
13+
- libgcc=14.2.0=h77fa898_1
14+
- libgcc-ng=14.2.0=h69a702a_1
15+
- libgomp=14.2.0=h77fa898_1
16+
- liblzma=5.6.3=hb9d3cd8_1
17+
- libnsl=2.0.1=hd590300_0
18+
- libsqlite=3.47.2=hee588c1_0
19+
- libuuid=2.38.1=h0b41bf4_0
20+
- libxcrypt=4.4.36=hd590300_1
21+
- libzlib=1.3.1=hb9d3cd8_2
22+
- ncurses=6.5=he02047a_1
23+
- openssl=3.4.0=hb9d3cd8_0
24+
- pip=24.3.1=pyh8b19718_2
25+
- python=3.11.11=h9e4cc4f_1_cpython
26+
- readline=8.2=h8228510_1
27+
- setuptools=75.6.0=pyhff2d567_1
28+
- tk=8.6.13=noxft_h4845f30_101
29+
- tzdata=2024b=hc8b5060_0
30+
- wheel=0.45.1=pyhd8ed1ab_1
3731
- pip:
38-
- attrs==21.4.0
39-
- h5py==3.6.0
40-
- iniconfig==1.1.1
41-
- packaging==21.3
42-
- pluggy==1.0.0
43-
- py==1.11.0
44-
- pyparsing==3.0.6
45-
- pyscf==2.0.1
46-
- pytest==6.2.5
47-
- scipy==1.7.3
48-
- toml==0.10.2
49-
- ase==3.22
50-
- tqdm==4.66
51-
- metatensor-core==0.1.8
52-
- git+https://github.com/lcmd-epfl/cell2mol.git@22473bbf12a013467137a55a63c88fbbdc95baa2
53-
- qstack/qstack-qml
32+
- ase==3.22.0
33+
- attrs==21.4.0
34+
- cell2mol==1.0
35+
- certifi==2021.10.8
36+
- contourpy==1.3.1
37+
- cycler==0.12.1
38+
- fonttools==4.55.3
39+
- h5py==3.11.0
40+
- iniconfig==1.1.1
41+
- joblib==1.4.2
42+
- kiwisolver==1.4.7
43+
- matplotlib==3.10.0
44+
- metatensor-core==0.1.8
45+
- numpy==1.23.5
46+
- packaging==21.3
47+
- pillow==11.0.0
48+
- pluggy==1.0.0
49+
- py==1.11.0
50+
- pyparsing==3.0.6
51+
- pyscf==2.2.0
52+
- pytest==6.2.5
53+
- python-dateutil==2.9.0.post0
54+
- qstack-qml==0.0.1
55+
- scikit-learn==1.5.0
56+
- scipy==1.10.0
57+
- six==1.17.0
58+
- threadpoolctl==3.5.0
59+
- toml==0.10.2
60+
- tqdm==4.66.0
61+
prefix: /home/ycalvino/miniconda3/envs/qstack-yml-11

requirements.py3.11.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ py==1.11.0
88
pyparsing==3.0.6
99
pyscf==2.2.0
1010
pytest==6.2.5
11-
numpy===1.22.3
11+
numpy==1.23.*
1212
scipy==1.10
1313
toml==0.10.2
1414
scikit-learn==1.5.0

0 commit comments

Comments
 (0)