Skip to content

Commit 4223c85

Browse files
Updated requirements.txt. and environment.yaml
1 parent 6d31abc commit 4223c85

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

environment.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6+
- brotli-python=1.1.0=py312h53d5487_1
67
- bzip2=1.0.8=hcfcfb64_5
78
- ca-certificates=2024.2.2=h56e8100_0
9+
- certifi=2024.2.2=pyhd8ed1ab_0
10+
- charset-normalizer=3.3.2=pyhd8ed1ab_0
811
- greenlet=3.0.3=py312h53d5487_0
12+
- idna=3.7=pyhd8ed1ab_0
913
- intel-openmp=2024.1.0=h57928b3_966
1014
- libblas=3.9.0=22_win64_mkl
1115
- libcblas=3.9.0=22_win64_mkl
@@ -23,11 +27,14 @@ dependencies:
2327
- pandas=2.2.2=py312h72972c8_1
2428
- pip=24.0=pyhd8ed1ab_0
2529
- pthreads-win32=2.9.1=hfa6e2cd_3
30+
- pyodbc=5.1.0=py312h53d5487_0
31+
- pysocks=1.7.1=pyh0701188_6
2632
- python=3.12.3=h2628c8c_0_cpython
2733
- python-dateutil=2.9.0=pyhd8ed1ab_0
2834
- python-tzdata=2024.1=pyhd8ed1ab_0
2935
- python_abi=3.12=4_cp312
3036
- pytz=2024.1=pyhd8ed1ab_0
37+
- requests=2.32.2=pyhd8ed1ab_0
3138
- setuptools=70.0.0=pyhd8ed1ab_0
3239
- six=1.16.0=pyh6c4a22f_0
3340
- sqlalchemy=2.0.30=py312h4389bb4_0
@@ -37,10 +44,13 @@ dependencies:
3744
- typing_extensions=4.11.0=pyha770c72_0
3845
- tzdata=2024a=h0c530f3_0
3946
- ucrt=10.0.22621.0=h57928b3_0
47+
- urllib3=2.2.1=pyhd8ed1ab_0
4048
- vc=14.3=ha32ba9b_20
4149
- vc14_runtime=14.38.33135=h835141b_20
4250
- vs2015_runtime=14.38.33135=h22015db_20
4351
- wheel=0.43.0=pyhd8ed1ab_1
52+
- win_inet_pton=1.1.0=pyhd8ed1ab_6
4453
- xz=5.2.6=h8d14728_0
4554
- pip:
4655
- python-dotenv==1.0.1
56+
prefix: C:\Users\alessandra.gherardel\AppData\Local\miniconda3\envs\datalib

requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
Brotli==1.1.0
2+
certifi==2024.2.2
3+
charset-normalizer==3.3.2
14
greenlet==3.0.3
5+
idna==3.7
26
numpy==1.26.4
37
pandas==2.2.2
48
pip==24.0
9+
pyodbc==5.1.0
10+
PySocks==1.7.1
511
python-dateutil==2.9.0
612
python-dotenv==1.0.1
713
pytz==2024.1
14+
requests==2.32.2
815
setuptools==70.0.0
916
six==1.16.0
1017
SQLAlchemy==2.0.30
1118
typing_extensions==4.11.0
1219
tzdata==2024.1
20+
urllib3==2.2.1
1321
wheel==0.43.0
22+
win-inet-pton==1.1.0

0 commit comments

Comments
 (0)