Skip to content

Commit

Permalink
Shorten env.yml
Browse files Browse the repository at this point in the history
Commented out most of the dependencies
Left only what is immediately required
  • Loading branch information
maxim-biosaxs authored Nov 15, 2024
1 parent d6f6476 commit d07e28f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@ name: gnnom
channels:
- defaults
dependencies:
- h5py=3.11.0
- hdf5=1.10.4
- json5=0.9.5
- jsonschema=3.2.0
# - h5py=3.11.0
# - hdf5=1.10.4
# - json5=0.9.5
# - jsonschema=3.2.0
- keras=2.8.0
- keras-applications=1.0.8
- keras-base=2.4.3
- keras-preprocessing=1.1.2
# - keras-applications=1.0.8
# - keras-base=2.4.3
# - keras-preprocessing=1.1.2
- matplotlib=3.8.4
- matplotlib-inline=0.1.7
- matplotlib-base=3.3.4
# - matplotlib-base=3.3.4
- numpy=1.26.4
- numpy-base=1.19.2
- pip=22.0.4
- plotly=4.14.3
# - numpy-base=1.19.2
# - pip=22.0.4
# - plotly=4.14.3
- python=3.9.13
- scipy=1.13.1
- setuptools=52.0.0
- sqlite=3.33.0
- tensorboard=2.8.0
- tensorboard-plugin-wit=1.6.0
# - setuptools=52.0.0
# - sqlite=3.33.0
# - tensorboard=2.8.0
# - tensorboard-plugin-wit=1.6.0
- tensorflow=2.8.0
- tensorflow-base=2.3.0
- tf-estimator-nightly=2.8.0.dev2021122109
# - tensorflow-base=2.3.0
# - tf-estimator-nightly=2.8.0.dev2021122109
# - tensorflow-estimator=2.3.0
- wheel=0.36.2
- yaml=0.2.5
# - wheel=0.36.2
# - yaml=0.2.5
- IPython=8.18.1
- ipykernel=5.3.4
- ipython_genutils=0.2.0
# - ipykernel=5.3.4
# - ipython_genutils=0.2.0

# prefix: C:\Users\Dima\anaconda3\envs\gnnom

0 comments on commit d07e28f

Please sign in to comment.