Spaces:
Running
Running
Commit ·
93c022f
1
Parent(s): 1f1ca73
msgym utils reqs
Browse files- massspecgym/utils.py +1 -1
- requirements.txt +2 -1
massspecgym/utils.py
CHANGED
|
@@ -8,7 +8,7 @@ import matplotlib.colors as mcolors
|
|
| 8 |
import matplotlib.ticker as ticker
|
| 9 |
import pandas as pd
|
| 10 |
import typing as T
|
| 11 |
-
|
| 12 |
import torch
|
| 13 |
import torch.nn as nn
|
| 14 |
import torch.nn.functional as F
|
|
|
|
| 8 |
import matplotlib.ticker as ticker
|
| 9 |
import pandas as pd
|
| 10 |
import typing as T
|
| 11 |
+
import pulp
|
| 12 |
import torch
|
| 13 |
import torch.nn as nn
|
| 14 |
import torch.nn.functional as F
|
requirements.txt
CHANGED
|
@@ -12,4 +12,5 @@ plotly
|
|
| 12 |
pathos
|
| 13 |
pytorch-lightning
|
| 14 |
pydantic
|
| 15 |
-
streamlit-plotly-events
|
|
|
|
|
|
| 12 |
pathos
|
| 13 |
pytorch-lightning
|
| 14 |
pydantic
|
| 15 |
+
streamlit-plotly-events
|
| 16 |
+
pulp
|