Skip to content

Commit

Permalink
🔧 Dependencies gensim, scipy and numpy moved to pip instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Nov 18, 2024
1 parent 0497b7e commit d3e2c8c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions envs/environment_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ dependencies:
- python=3.10
- click
- deprecated
- gensim>=4.3.0
- gradle
- JPype1=1.5.0
- pandas
- pytorch
- pyyaml
- requests
- scikit-learn
- scipy<1.15.0
- tqdm
- urllib3
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- pykeen==1.10.2
- temp

4 changes: 2 additions & 2 deletions envs/environment_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ dependencies:
- python=3.11
- click
- deprecated
- gensim>=4.3.0
- gradle
- JPype1=1.5.0
- pandas
- pytorch
- pyyaml
- requests
- scikit-learn
- scipy<1.15.0
- tqdm
- urllib3
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- pykeen==1.10.2
- temp

4 changes: 2 additions & 2 deletions envs/environment_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ dependencies:
- python=3.12
- click
- deprecated
- gensim>=4.3.0
- gradle
- JPype1=1.5.0
- pandas
- pytorch
- pyyaml
- requests
- scikit-learn
- scipy<1.15.0
- tqdm
- urllib3
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- pykeen==1.10.2
- temp

4 changes: 2 additions & 2 deletions envs/environment_3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ dependencies:
- python=3.9
- click
- deprecated
- gensim>=4.3.0
- gradle
- JPype1=1.5.0
- pandas
- pytorch
- pyyaml
- requests
- scikit-learn
- scipy<1.15.0
- tqdm
- urllib3
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- pykeen==1.10.2
- temp

6 changes: 3 additions & 3 deletions envs/environment_dev_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- python=3.10
- cairo
- deprecated
- numpy
- networkx
- click
- grpcio
Expand All @@ -16,17 +15,18 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
- gensim>=4.3.0
- openjdk
- gradle
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- build
- pykeen==1.10.2
- numpy
- sphinx-rtd-theme
- pytest
- pytest-faulthandler
Expand Down
6 changes: 3 additions & 3 deletions envs/environment_dev_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- python=3.11
- cairo
- deprecated
- numpy
- networkx
- click
- grpcio
Expand All @@ -16,17 +15,18 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
- gensim>=4.3.0
- openjdk
- gradle
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- build
- pykeen==1.10.2
- numpy
- sphinx-rtd-theme
- pytest
- pytest-faulthandler
Expand Down
6 changes: 3 additions & 3 deletions envs/environment_dev_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- python=3.12
- cairo
- deprecated
- numpy
- networkx
- click
- grpcio
Expand All @@ -16,17 +15,18 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
- gensim>=4.3.0
- openjdk
- gradle
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- build
- pykeen==1.10.2
- numpy
- sphinx-rtd-theme
- pytest
- pytest-faulthandler
Expand Down
6 changes: 3 additions & 3 deletions envs/environment_dev_3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- python=3.9
- cairo
- deprecated
- numpy
- networkx
- click
- grpcio
Expand All @@ -16,17 +15,18 @@ dependencies:
- protobuf
- pyyaml
- requests
- scipy<1.15.0
- scikit-learn
- urllib3
- pytorch
- gensim>=4.3.0
- openjdk
- gradle
- pip
- pip:
- gensim>=4.3.0
- scipy<1.15.0
- build
- pykeen==1.10.2
- numpy
- sphinx-rtd-theme
- sphinx-automodapi
- nose
Expand Down

0 comments on commit d3e2c8c

Please sign in to comment.