Skip to content

Commit

Permalink
Merge pull request #119 from ctlearn-project/upgrade_dependencies
Browse files Browse the repository at this point in the history
Upgrade to Python 3.7 and TensorFlow 1.13
  • Loading branch information
nietootein authored May 25, 2019
2 parents 3bdccf3 + 095b0fb commit 60335ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ NOTE for developers: If you wish to fork/clone the respository and make changes

### Dependencies

- Python 3.6.5
- TensorFlow 1.12.0
- Python 3.7.3
- TensorFlow 1.13.1
- NumPy
- AstroPy
- OpenCV
Expand Down
6 changes: 3 additions & 3 deletions environment-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ channels:
- conda-forge
- menpo
dependencies:
- python=3.6.5
- python=3.7.3
- matplotlib
- numpy
- astropy
- opencv
- pillow
- pip
# TensorFlow-CPU v1.12.0:
# TensorFlow-CPU v1.13.1:
- pip:
- https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
- https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.13.1-cp37-cp37m-linux_x86_64.whl
- pytables
- pyyaml
- scikit-learn
Expand Down
6 changes: 3 additions & 3 deletions environment-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ channels:
- conda-forge
- menpo
dependencies:
- python=3.6.5
- python=3.7.3
- matplotlib
- numpy
- astropy
- opencv
- pillow
- pip
# TensorFlow-GPU v1.12.0:
# TensorFlow-GPU v1.13.1:
- pip:
- https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.12.0-cp36-cp36m-linux_x86_64.whl
- https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.13.1-cp37-cp37m-linux_x86_64.whl
- pytables
- pyyaml
- scikit-learn
Expand Down
6 changes: 3 additions & 3 deletions environment-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ channels:
- conda-forge
- menpo
dependencies:
- python=3.6.5
- python=3.7.3
- matplotlib
- numpy
- astropy
- opencv
- pillow
- pip
# TensorFlow-CPU v1.12.0:
# TensorFlow-CPU v1.13.1:
- pip:
- https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl
- https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.13.1-py3-none-any.whl
- pytables
- pyyaml
- scikit-learn
Expand Down

0 comments on commit 60335ad

Please sign in to comment.