Skip to content

Commit

Permalink
require openTSNE 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Feb 7, 2025
1 parent 012ca6b commit a3ad8bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requirements:
- networkx
- numpy >=1.21.0
- openpyxl >=3.1.3
- openTSNE >=0.6.1,!=0.7.0
- openTSNE >=0.6.2,!=0.7.0
- pandas >=1.4.0,!=1.5.0,!=2.0.0
- packaging
- pip >=19.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keyrings.alt # for alternative keyring implementations
networkx
numpy>=1.21.0
openpyxl>=3.1.3
openTSNE>=0.6.1,!=0.7.0 # 0.7.0 segfaults
openTSNE>=0.6.2,!=0.7.0 # 0.7.0 segfaults
packaging
pandas>=1.4.0,!=1.5.0,!=2.0.0
pip>=19.3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps =
# oldest: networkx
oldest: numpy==1.21
oldest: openpyxl==3.1.3
oldest: openTSNE==0.6.1
oldest: openTSNE==0.6.2
oldest: pandas==1.4.0
oldest: pip==19.3
oldest: python-louvain==0.13
Expand Down

0 comments on commit a3ad8bc

Please sign in to comment.