Skip to content

Commit

Permalink
UPD: Update conda and pip packages for Python 3.11 (#798)
Browse files Browse the repository at this point in the history
* UPD: Update conda and pip packages for Python 3.11

* BMP: Bump numpy to 1.26.4
  • Loading branch information
vhosouza authored Jul 8, 2024
1 parent 208e152 commit 5848aa4
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 46 deletions.
51 changes: 27 additions & 24 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,40 @@ channels:
- conda-forge
- bioconda
dependencies:
- python=3.11
- python==3.11
- cython==3.0.10
- pillow==9.4.0
- pillow==10.3.0
- pypubsub==4.0.3
- h5py==3.8.0
- imageio==2.31.1
- nibabel==5.1.0
- numpy==1.24.3
- psutil==5.9.4
- h5py==3.11.0
- imageio==2.34.2
- nibabel==5.2.1
- numpy==1.26.4
- psutil==6.0.0
- pyserial==3.5
- pytorch==2.0.1
- requests==2.31.0
- scipy==1.10.1
- vtk==9.2.6
- pytorch==2.3.1
- requests==2.32.3
- scipy==1.14.0
- vtk==9.3.0
- mido==1.2.10
- nest-asyncio==1.5.6
- nest-asyncio==1.6.0
- pip
- pip:
- aioconsole==0.6.1
- opencv-python==4.7.0.72
- python-gdcm==3.0.22
- python-rtmidi==1.4.9
- python-socketio[client]==5.8.0
- pyacvd==0.2.9
- pyclaron==0.0.4
- polhemusFT==0.0.3
- polhemus==0.0.3
- matplotlib==3.9.0
- aioconsole==0.7.1
- opencv-python==4.10.0.84
- python-gdcm==3.0.24
- python-rtmidi==1.5.8
- python-socketio[client]==5.11.3
- pyacvd==0.2.11
- pyclaron
- polhemusFT
- polhemus
- pypolaris==0.0.7
- scikit-image==0.21.0
- scikit-image==0.24.0
- scikit-learn==1.5.0
- Trekker==0.9
- uvicorn[standard]==0.22.0
- uvicorn[standard]==0.30.1
- wxPython==4.2.1
- ruff~=0.4.5
- mypy==1.10.1
- ruff~=0.5.0
- pre-commit~=3.7.1
18 changes: 9 additions & 9 deletions optional-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
aioconsole==0.3.2
aioconsole==0.7.1
mido==1.2.10
nest-asyncio==1.5.1
python-rtmidi==1.4.9
python-socketio[client]==5.3.0
requests==2.26.0
uvicorn[standard]==0.15.0
scikit-learn==1.3.2
mypy==1.9.0
ruff~=0.4.5
nest-asyncio==1.6.0
python-rtmidi==1.5.8
python-socketio[client]==5.11.3
requests==2.32.3
uvicorn[standard]==0.30.1
scikit-learn==1.5.0
mypy==1.10.1
ruff~=0.5.0
pre-commit~=3.7.1
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Scientific
numpy==1.24.3
scipy==1.10.1
matplotlib==3.7.5
numpy==1.26.4
scipy==1.14.0
matplotlib==3.9.0

# Image Processing
Pillow==10.0.1
imageio==2.31.1
nibabel==5.1.0
scikit-image==0.21.0
python-gdcm==3.0.22
vtk==9.2.6
Pillow==10.3.0
imageio==2.34.2
nibabel==5.2.1
scikit-image==0.24.0
python-gdcm==3.0.24
vtk==9.3.0

# Machine Learning
torch==2.0.1
torch==2.3.1
plaidml-keras==0.7.0; python_version <= '3.8'

# Utilities
Cython==3.0.10
Pypubsub==4.0.3
h5py==3.8.0
psutil==5.9.4
h5py==3.11.0
psutil==6.0.0
pyserial==3.5
wxPython==4.2.1
pyacvd==0.2.9
pyacvd==0.2.11

0 comments on commit 5848aa4

Please sign in to comment.