Skip to content

Commit 2fa01c6

Browse files
tikk3rFrits Sweijen
and
Frits Sweijen
authored
Upgrade FLoCs to 5.0.0 (#69)
* Update mslist * The rest of the owl * Fix flag_baselines option for VLBI workflows * Limit astropy < 6 * Rename HBA runners to HBA --------- Co-authored-by: Frits Sweijen <tikk3r@noreply.github.com>
1 parent cc1341c commit 2fa01c6

8 files changed

+1313
-639
lines changed

requirements3.txt

+35-32
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
APLpy
1+
altair
22
asn1crypto
3-
astLib>=0.8.0,<=0.11.7
4-
astropy<5.1
3+
astLib
4+
astropy<6
55
astropy-healpix
66
astropy-helpers
77
astroquery
@@ -17,14 +17,14 @@ boost
1717
cachetools
1818
certifi
1919
chardet
20-
codex-africanus[dask]<=0.2.10
21-
configparser>=3.7.1,<=5.2.0
20+
codex-africanus[dask]
21+
configparser
2222
corner
2323
cwlref-runner
2424
cwl_utils
2525
cycler
26-
Cython>=0.25.2,<=0.29.30
27-
deap>=1.0.1
26+
Cython
27+
deap
2828
decorator
2929
emcee
3030
EveryStamp
@@ -38,8 +38,8 @@ httplib2
3838
idna
3939
iniparse
4040
ipaddress
41-
ipdb>=0.10.3,<=0.13.9
42-
ipython<=8.10
41+
ipdb
42+
ipython
4343
jinja2
4444
IPy
4545
kitchen
@@ -48,65 +48,68 @@ kiwisolver
4848
linecache2
4949
loess
5050
Mastodon.py
51-
matplotlib>=2.0.0
52-
markupsafe<2.1.0
51+
matplotlib
52+
markupsafe
5353
mimeparse
5454
mock
5555
mocpy
5656
more-itertools
5757
nmmn
58-
nose>=1.3.7
58+
nose
5959
numdifftools
6060
numexpr
61+
numpy==1.25.2
6162
oauthlib
62-
pluggy<0.7
63-
Polygon3>=3.0.8,<=3.0.9.1
64-
prettytable>=0.7.2,<=2.5.0
63+
pluggy
64+
polars
65+
Polygon3
66+
prettytable
6567
progressbar
66-
psutil>=5.2.2,<=5.9.1
68+
psutil
6769
psycopg2
68-
ptyprocess>=0.5,<=0.7.0
70+
ptyprocess
6971
py
7072
pyasn1
7173
pyasn1-modules
72-
pybind11>=2.2.2,<=2.9.2
73-
py-cpuinfo>=3.2.0,<=8.0.0
74-
pyephem>=3.7.6.0,<=9.99
75-
pyFFTW>=0.10.4
76-
pylru>=1.1.0,<=1.2.1
74+
pybind11
75+
py-cpuinfo
76+
pyephem
77+
pyFFTW
78+
pylru
7779
pymultinest
7880
pymysql
7981
pyparsing
8082
pyregion
81-
pytest<3.6.4
83+
pytest
8284
python-dateutil
8385
python-magic
8486
python-monetdb
8587
pytz
8688
pyvo
8789
pywavelets
88-
regions<=0.5
90+
regions
8991
reproject
9092
requests
9193
requests-oauthlib
9294
RM-Tools
9395
rsa
9496
rtree
95-
ruamel.yaml>=0.15.92,<=0.17.21
97+
ruamel.yaml
9698
SciencePlots
97-
scikit-learn>=0.24
98-
scipy
99+
scikit-learn
100+
scipy<1.12
99101
seaborn
100102
git+https://github.com/ratt-ru/shadeMS.git
101-
six>=1.12.0,<=1.16.0
102-
sharedarray>=3.2.0,<=3.2.1
103+
six
104+
sharedarray
105+
shapely
103106
SQLAlchemy
104107
sshtunnel
105108
subprocess32
106-
tables>=3.6.0,<=3.7.0
107-
toil[cwl]==5.10
109+
tables
110+
toil[cwl]==6.0.0
108111
traceback2
109-
tqdm<=4.64.0
112+
tqdm
110113
unittest2
111114
uritemplate
112115
urllib3

0 commit comments

Comments
 (0)