Skip to content
Snippets Groups Projects
Commit d38f2ec8 authored by Sara Schulte's avatar Sara Schulte
Browse files

adjust yaml file

parent 8dbf0bfc
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import gzip ...@@ -4,7 +4,7 @@ import gzip
import pickle import pickle
import networkx as nx import networkx as nx
import pandas as pd import pandas as pd
import gurobipy as gp import gurobi as gp
import aho_corasick_trie import aho_corasick_trie
import linear_time_hog import linear_time_hog
import filter_substrings_in_ba_predictions import filter_substrings_in_ba_predictions
......
...@@ -7,5 +7,8 @@ dependencies: ...@@ -7,5 +7,8 @@ dependencies:
- pandas = 1.4.2 - pandas = 1.4.2
- networkx = 2.8 - networkx = 2.8
- pydot = 1.4.2 - pydot = 1.4.2
- gurobi = 9.5.1 - gurobi = 10.0.0
- python = 3.9 - python = 3.9
- pip
- pip:
- gurobipy==10.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment