Skip to content

Commit 5d1b2c6

Browse files
WIP
1 parent 1ea5226 commit 5d1b2c6

File tree

4 files changed

+16
-20
lines changed

4 files changed

+16
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,4 @@ type-inference-micro-benchmark/langservers
386386
callsites-jupyternb-real-world-benchmark/notebooks/*.py
387387
evaluation/extended_dataset/DASWOW_dataset_fixed.csv
388388
.~lock*
389+
scripts/results

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
[submodule "typestub-database/typeshed"]
22
path = typestub-database/typeshed
33
url = https://github.com/python/typeshed.git
4-
5-
[submodule "TypeEvalPy"]
6-
path = TypeEvalPy
7-
url = https://github.com/secure-software-engineering/TypeEvalPy.git

TypeEvalPy

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ gast
66
intervaltree
77
isort
88
jedi
9-
jupyter==1.0.0
9+
jupyter
1010
jupyter_contrib_nbextensions
1111
jupyterlab
1212
jupytext
13-
keras==3.4.1
13+
keras
1414
lightgbm
15-
nltk==3.8.1
16-
numpy==1.26.4
17-
pandas==2.2.2
18-
plotly==5.22.0
15+
nltk
16+
numpy
17+
pandas
18+
plotly
1919
pre-commit
2020
protobuf
2121
pygtrie
2222
pytype
2323
ruff
24-
scikit-learn==1.5.1
25-
scipy==1.14.0
26-
seaborn==0.13.2
24+
scikit-learn
25+
scipy
26+
seaborn
2727
simplejson
28-
statsmodels==0.14.2
29-
tensorflow==2.17.0
28+
statsmodels
29+
tensorflow
3030
uvicorn
31-
xgboost==2.1.0
32-
geopy==2.4.1
33-
line_profiler==4.1.2
34-
psycopg2-binary==2.9.9
31+
xgboost
32+
geopy
33+
line_profiler
34+
psycopg2-binary
3535
redis
3636
nibabel

0 commit comments

Comments
 (0)