Browse Source

Added a conda environment.yaml file for running the project on the cluster.

master
Robert Rabbe 4 days ago
parent
commit
1e85d5f3e2
  1. 54
      environment.yaml

54
environment.yaml

@ -0,0 +1,54 @@
name: step_data_india
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- numpy=2.1.3
- scipy=1.16.0
- pandas=2.3.1
- scikit-learn=1.7.1
- h5py=3.14.0
- pip:
- absl-py==2.3.1
- astunparse==1.6.3
- certifi==2025.7.14
- charset-normalizer==3.4.2
- et_xmlfile==2.0.0
- flatbuffers==25.2.10
- gast==0.6.0
- google-pasta==0.2.0
- grpcio==1.73.1
- keras==3.10.0
- keras-tuner==1.4.7
- kt-legacy==1.0.5
- libclang==18.1.1
- Markdown==3.8.2
- markdown-it-py==3.0.0
- MarkupSafe==3.0.2
- mdurl==0.1.2
- ml_dtypes==0.5.1
- namex==0.1.0
- openpyxl==3.1.5
- opt_einsum==3.4.0
- optree==0.16.0
- packaging==25.0
- protobuf==5.29.5
- Pygments==2.19.2
- python-dateutil==2.9.0.post0
- pytz==2025.2
- requests==2.32.4
- rich==14.0.0
- six==1.17.0
- tensorboard==2.19.0
- tensorboard-data-server==0.7.2
- tensorflow==2.19.0
- tensorflow-io-gcs-filesystem==0.37.1
- termcolor==3.1.0
- threadpoolctl==3.6.0
- typing_extensions==4.14.1
- tzdata==2025.2
- urllib3==2.5.0
- Werkzeug==3.1.3
- wrapt==1.17.2
Loading…
Cancel
Save