Skip to content

Commit

Permalink
Try to unspecify dependency version env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-biosaxs authored Nov 15, 2024
1 parent d07e28f commit 5072eab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
# - hdf5=1.10.4
# - json5=0.9.5
# - jsonschema=3.2.0
- keras=2.8.0
- keras #=2.8.0
# - keras-applications=1.0.8
# - keras-base=2.4.3
# - keras-preprocessing=1.1.2
Expand All @@ -23,13 +23,13 @@ dependencies:
# - sqlite=3.33.0
# - tensorboard=2.8.0
# - tensorboard-plugin-wit=1.6.0
- tensorflow=2.8.0
- tensorflow #=2.8.0
# - 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
- IPython=8.18.1
- IPython #=8.18.1
# - ipykernel=5.3.4
# - ipython_genutils=0.2.0

Expand Down

0 comments on commit 5072eab

Please sign in to comment.